
Patchouli Books
An add-on to Patchouli for 1.12.2
- Загрузки
- 4K
- Подписчики
- 3
- Обновлён
- 22 января 2026 г.
- Лицензия
- MIT
Опубликован 6 июня 2025 г.

Welcome to Patchouli Books! This is an add-on for the Patchouli mod that adds various books for different mods, trying to document them as best as possible. Furthermore there are a few more QoL features I have in mind. This mod will only ever exist for 1.12.2 as I currently have no interest in doing anything on the newer versions of Minecraft. If you want to take a look at the things I encountered while working on this project, feel free to check out my project notes. Furthermore I made none of the art this mods uses. All the art used is either from Patchouli or sourced from various repositories. I've compiled a list of all the sources here together with the original authors and their respective licenses.

Stuff I have already implemented:
- added HEI/JEI integration (you can now open JEI for every item rendered inside a book using the same keybind as for JEI)
- improved JEI integration (relevant books will now show next to the recipe)
- backported Pamphlets from the 1.18 version of Patchouli (needs to be enabled in the config)
- backported PatchouliButton with a few more features
- new Page Types (an iteration of most of the existing ones as well as a new custom one for PedestalCrafting/ExtendedCrafting)
- of course a Patchouli Book explaining the features of this mod
- documentation for various mods (their respective books will only be loaded if the mod is present)

Stuff I may work on in the future:
- backporting PatchouliQuests
- implement the "inventory-scanning-to-open-a-book-entry" thing from Botania
- add new page types (e.g. Boss Info)

These mods are currently documented in this mod within their own books:
This list may seem a bit obscure as there aren't any big mods listed yet. This is because this project started with a few book I already made myself for my own modpack and these were already done before starting this. The list will most certainly grow in the future. Furthermore, I greatly appreciate any help with this project. If you're interested in helping me out, feel free to contact me on Discord or create an issue on this repository.
Центр версий
5 версийЧенджлог
0.3.0Релиз1.12.2 · 22 января 2026 г.
- change class path according to organization
- fixed a few buildscript issues
- enabled maven publishing for our maven
- added a toast for unread entries
0.2.8Релиз1.12.2 · 22 января 2026 г.
- added a few more config options
- annoy the player, when there are unread entries in the inventory book
- fixed the JEI button position to comply with the newest HEI versions
- update mixins to work with newest HEI version
- updated dependencies
0.2.7Релиз1.12.2 · 29 августа 2025 г.
Changes
- updated MixinBooter version to 10.6
- fixed breaking all books (I forgot the null check)
- added support to lock entries behind a gamerule (only boolean gamerules are supported)
{
"requirements": [
{
"type": "gamerule",
"trigger": "doDaylightCycle"
}
]
}
0.2.6Релиз1.12.2 · 15 августа 2025 г.
Changes
- entries can now be locked via gamestages
- entries can now be visible only when the player is in a specific gamemode
- entries can now be visible only when the player is in a specific dimension
- fixed an error with the ic2 book as it's still WIP and should not have been registered
Syntax for your page json files:
{
"name": "Crafting Test",
"icon": "minecraft:crafting_table",
"category": "test_category",
"requirements": [
{
"type": "gamemode",
"trigger": "creative"
}, {
"type": "gamestage",
"trigger": "test"
}, {
"type": "dimension",
"trigger": "the_nether"
}
],
"pages": []
}
0.2.5Релиз1.12.2 · 6 июня 2025 г.
Changes
- fixed display of broken books in JEI and the Booklist
- fixed a issue where the page count in the booklist was higher than the actual page count
Комментарии
Загружаем…
