▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Patchouli Books
Patchouli Books

Patchouli Books

An add-on to Patchouli for 1.12.2

3.0K
2

0.3.0

release22 января 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

release22 января 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

release29 августа 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

release15 августа 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] - 2025-03-17

release6 июня 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

Совместимость

Minecraft: Java Edition

1.12.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Детали

Лицензия:MIT
Опубликован:10 месяцев назад
Обновлён:2 месяца назад
Главная