Patchouli Books

An add-on to Patchouli for 1.12.2

File Details

patchoulibooks-0.2.7.jar

  • R
  • Aug 29, 2025
  • 594.71 KB
  • 26.5K
  • 1.12.2
  • Forge

File Name

patchoulibooks-0.2.7.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

[0.2.7] - 2025-08-29

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