Перейти к содержимому
Mineforgian

Guide-API VP

Flexible code based guide book

Загрузки
425K
Подписчики
26
Обновлён
10 мая 2026 г.
Лицензия
MIT

Опубликован 26 июня 2021 г.

Guide-API-VP aka Village and Pillage

This is a fork of the original mod Guide-API by TehNut and Tombenpotter released under the MIT license for 1.14 (Village and Pillage) and above. It uses a different package and a different modid (guideapi-vp).

For modders:

About

Allows easy creation of a guide book for your mod.
Books are mostly maintained by Guide-API (it registers them, it puts them in it's own creative tab, etc).

The guide book is created mostly in code whereas e.g. Patchouli is mostly JSON based. This means:

  • Add or change content based on the configuration of your mod.
  • Wrap lines and pages based automatically, so localized strings don't overflow
  • Refer to the set keybindings
  • Refer to internal constants, balancing values etc so they are automatically changed in the book if you change them in the mod
  • Add custom page types, recipe types, etc.
  • Use helper methods to generate parts of the book automatically

What else?

  • No hard dependency, if Guide-API is not present at runtime the book won't be there, but everything else works
  • Use TextFormatting and manual \n
  • Several ready-to-use page types like text, item/block focused text, recipe, and image pages

How to use for your own mod:

https://github.com/maxanier/Guide-API#developer-information

Credits

Original Mod: TehNut and Tombenpotter
Fork: Maxanier

Licence

MIT license, so if necessary you can create a fork. Also feel free to include it in your modpack.

Ченджлог

1.20.1-2.2.6Релиз1.20.1 · 15 октября 2023 г.

No changelog was specified.

1.20.1-2.2.6-alpha+20230617-1850Альфа1.20.1 · 17 июня 2023 г.

This version should not be used in your 'productive' world. It contains the latest features, but also the latest bugs. Probably not all features are finished. To see what might have changed visit our Github page and browse the latest commits.

1.20-2.2.6-alpha+20230609-2303Альфа1.20 · 9 июня 2023 г.

This version should not be used in your 'productive' world. It contains the latest features, but also the latest bugs. Probably not all features are finished. To see what might have changed visit our Github page and browse the latest commits.

1.19.4-2.2.6Релиз1.19.4 · 9 июня 2023 г.

No changelog was specified.

1.19.4-2.2.6-beta.1Бета1.19.4 · 24 марта 2023 г.

No changelog was specified.

1.19.4-2.2.6-alpha+20230324-1707Альфа1.19.4 · 24 марта 2023 г.

This version should not be used in your 'productive' world. It contains the latest features, but also the latest bugs. Probably not all features are finished. To see what might have changed visit our Github page and browse the latest commits.

1.19.3-2.2.5Релиз1.19.3 · 13 февраля 2023 г.

The project has been updated to Guide-API-VP-1.19.3-2.2.5. No changelog was specified.

1.19.3-2.2.5-beta.2Бета1.19.3 · 18 декабря 2022 г.

The project has been updated to Guide-API-VP-1.19.3-2.2.5-beta.2. No changelog was specified.

Комментарии

Загружаем…