This is the Fabric/Quilt version of Patchouli. You can also get it for Forge here. Patchouli is a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike. Patchouli's systems allow any modder or modpack maker to quickly create be...
In Fabric, add the following to yourbuild.gradle repositories{ maven { url'https://maven.blamejared.com'} }dependencies{ modImplementation"vazkii.patchouli:Patchouli:[VERSION]"} In Forge, use the following: repositories{ maven { url'https://maven.blamejared.com'} }dependencies{ compileOnly fg...
=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED mc_version=1.20.6 build_number=87 group=vazkii.patchouli mod_name=...
You can also get it for Fabric/Quilt here. Patchouli is a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike. Patchouli's systems allow any modder or modpack maker to quickly create beautiful books full of user experience ...
PatchouliButton is a minecraft mod addon for the mod Patchouli which adds a button to visit all patchouli books. Installation PatchouliButton is a mod built for the Fabric Loader. It requires Fabric API and Cloth Config API and Patchouli to be installed separately; all other dependencies are ins...
This is the Forge version of Patchouli. You can also get it forFabric/Quilt here. Patchouliis a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike. Patchouli's systems allow any modder or modpack maker to quickly create beauti...
You can also get it for Fabric/Quilt here. Patchouli is a mod that aims to provide easy to implement, data-driven documentation for minecraft modders and modpack makers alike. Patchouli's systems allow any modder or modpack maker to quickly create beautiful books full of user experience ...