Patchouli Books

An add-on to Patchouli for 1.12.2

File Details

patchoulibooks-0.2.6.jar

  • R
  • Aug 15, 2025
  • 594.45 KB
  • 1.0K
  • 1.12.2
  • Forge

File Name

patchoulibooks-0.2.6.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:patchouli-books-1133738:6889320")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[0.2.6] - 2025-08-15

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": []
}