Skip to content

Tags: Polarni/Patchouli

Tags

release-1.20.1-81

Toggle release-1.20.1-81's commit message
Release 1.20.1-81

Change: Increase required Forge version
Fix: Book recipes causing crashes

release-1.19.4-79.1

Toggle release-1.19.4-79.1's commit message
Release 1.19.4-79.1

Fix: Book recipes causing crashes

release-1.20.1-80

Toggle release-1.20.1-80's commit message
Release 1.20.1-80

Change:
* Port to 1.20.1
* Resource-pack books are now required for non-external books. Additionally, extension
  books are now removed since extending can be done through the resource system. See
  https://vazkiimods.github.io/Patchouli/docs/upgrading/upgrade-guide-120/ for more
  information

Known Issues:
* "Added By" indicators for extension content will temporary show up in fewer scenarios
* Changes to smithing recipes are not fully supported yet

release-1.19.4-79

Toggle release-1.19.4-79's commit message
Release 1.19.4-79

* Updated to Minecraft 1.19.4
* Provide `Level` to all template component processors
* Warn when non-resource-pack books are declared

release-1.19.3-78

Toggle release-1.19.3-78's commit message
Release 1.19.3-78

* Expose read-only config values in API to avoid integrators digging in our internals
* Add IComponentRenderContext#navigateToEntry (Minecraftschurli)
* Update to 1.19.3 (Minecraftschurli, team)
* Update it_it translation (Blackshadow77)

release-1.19.2-77

Toggle release-1.19.2-77's commit message
Release 1.19.2-77:

- Add: The length of time you need to press the quick-lookup key before the book opens is
  now configurable, and the default time has been halved
- Fix: Typing R/U into index search crashing when JEI is installed
- Fix: Index search bar now respects the book's text_color

release-1.19.2-76

Toggle release-1.19.2-76's commit message
Release 1.19.2-76

* Updated to Minecraft 1.19.2
* Add: Support Fabric's "multiple mod root paths" feature
* Fix: Fix the gui scale tooltip being broken on very large monitors by just adding
  more question marks to the message (idea by wiresegal)
* Fix: Command tooltips either claiming there was an error but
  working (if no leading slash), or not claiming an error but failing (if leading slash).

release-1.19-75

Toggle release-1.19-75's commit message
Release 1.19-75

* Fix: Crashes on Forge 41.0.94+

release-1.19-74

Toggle release-1.19-74's commit message
Release 1.19-74

* Add: tagMatcher utility method to API
* Change: In API, use JetBrains' nullability annotations instead of old findbugs ones
* Fix: Handle breakages caused by rendering changes in Forge

release-1.16.4-53.3-forge

Toggle release-1.16.4-53.3-forge's commit message
Release 1.16.4-53.3-forge

* Fix: Potential crashes in GuiBookEntry
* Fix: Potential crashes in GuiBookLanding