A server side, fully data driven guidebook mod! Designed to allow easy and language-dependent guidebooks for Polymer-powered mods (or is just server side by nature).
This mod depends on Polymer library and server resource packs to work! Currently, there is no way to use this without a resource pack. Bedrock isn't supported either.
Add it to your dependencies like this:
repositories {
maven { url 'https://maven.nucleoid.xyz' }
}
dependencies {
modImplementation "eu.pb4:booklet:[TAG]"
}
See https://github.com/Patbox/booklet/blob/master/USAGE.md for information about creation of guidebooks.
