
Guide-API
Simple library mod for in-game guide creation
Обновлён 8 сентября 2023 г. · опубликован 8 сентября 2023 г.
Guide-API
Allows modders to easily create in-game documentation.
Modpack developers: Support for building your books through JSON files is in the works.
Books are maintained by Guide-API (it registers them, it puts them in it's own creative tab, etc)
All the author does is send us the information and we take care of the rest.
See the gallery for examples.
If you wish to use this in your project, read here.
Modpack Permissions
Go for it.
Legacy Information
As of build 2.1.0-51 for Minecraft version 1.11.2 (released on March 22, 2017), the license has been changed from MMPLv2 to MIT. Any build prior to that still uses MMPLv2 which you can view here
Archival notice
This mod is abandoned and has been uploaded for archival purposes. It was originally created by TehNut on Mar 23, 2015. It has been uploaded to Modrinth under the ModrinthArchives account with permission from the original author.

Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.12-2.1.8-63 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 сентября 2023 г. | .jar (166 КБ) |
| 1.12-2.1.7-62 | Релиз | 1.12, 1.12.2 | forge | 8 сентября 2023 г. | .jar (165 КБ) |
| 1.12-2.1.6-61 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 сентября 2023 г. | .jar (165 КБ) |
| 1.12-2.1.5-60 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 сентября 2023 г. | .jar (163 КБ) |
| 1.12-2.1.5-58 | Релиз | 1.12, 1.12.1, 1.12.2 | forge | 8 сентября 2023 г. | .jar (163 КБ) |
| 1.12-2.1.4-57 | Бета | 1.12, 1.12.1, 1.12.2 | forge | 8 сентября 2023 г. | .jar (161 КБ) |
| 1.12-2.1.4-56 | Бета | 1.12 | forge | 8 сентября 2023 г. | .jar (162 КБ) |
| 1.11.2-2.1.4-56 | Бета | 1.11.2 | forge | 8 сентября 2023 г. | .jar (162 КБ) |
| 1.12-2.1.3-55 | Бета | 1.12 | forge | 8 сентября 2023 г. | .jar (160 КБ) |
| 1.12-2.1.2-53 | Альфа | 1.12 | forge | 8 сентября 2023 г. | .jar (160 КБ) |
| 1.11.2-2.1.1-52 | Бета | 1.11.2 | forge | 8 сентября 2023 г. | .jar (160 КБ) |
| 1.11-2.1.0-51 | Бета | 1.11, 1.11.2 | forge | 8 сентября 2023 г. | .jar (160 КБ) |
| 1.11-2.1.0-50 | Бета | 1.11, 1.11.2 | forge | 8 сентября 2023 г. | .jar (154 КБ) |
| 1.10.2-2.0.3-46 | Бета | 1.10.2 | forge | 8 сентября 2023 г. | .jar (191 КБ) |
| 1.11-2.1.0-49 | Бета | 1.11, 1.11.2 | forge | 8 сентября 2023 г. | .jar (153 КБ) |
Показаны последние 15 из 56 версий. Все версии — на Modrinth.
Ченджлог
1.12-2.1.8-63Релиз1.12, 1.12.1, 1.12.2 · 8 сентября 2023 г.
Version 2.1.8:
- Return to the page an entry is on when backing out of it
- When opening the search GUI, auto-focus the search bar
- Fix json recipe renderer spamming the log
- Hide categories if they're empty
- Add search button to all views
1.12-2.1.5-58Релиз1.12, 1.12.1, 1.12.2 · 8 сентября 2023 г.
* TehNut: Switch to instanceof for finding the recipe renderer (#92) (#93)
* TehNut: Improved error handling for PageIRecipe (#94)
* TehNut: Soft override a future Forge feature
* Guides should now show up when searching for the owning mod in JEI
* TehNut: Fixed crash when getting sub items when creative tab was null (#97)
* TehNut: Add a builder for book instances
* TehNut: Switch search button to the magnifying glass @Elucent made me like
1.12-2.1.4-57Бета1.12, 1.12.1, 1.12.2 · 8 сентября 2023 г.
The-Fireplace: Updated README (#88)
The-Fireplace: Added PageJsonRecipe, removed PageIRecipe#fromJson (#91)
TehNut: Ran formatter
TehNut: De-lombok
1.12-2.1.4-56Бета1.12 · 8 сентября 2023 г.
nick: Added a way to make a PageIRecipe from a ResourceLocation. Closes #80
nick: Added priority handling. Closes #81 (#83)
speedynutty68: Fixed issues with registry system ordering (#77)
speedynutty68: Update version
speedynutty68: fuck javadocs right now
speedynutty68: delete everything related to javadocs
1.11.2-2.1.4-56Бета1.11.2 · 8 сентября 2023 г.
speedynutty68: IGuideLinked now displays a HUD element
speedynutty68: Allow custom display titles for recipe renderers
speedynutty68: Sanity check page number (#70)
speedynutty68: Added priority handling. Closes #81 (#83)
speedynutty68: Update version
1.12-2.1.3-55Бета1.12 · 8 сентября 2023 г.
TehNut: Updated to new Forge registry system
1.11.2-2.1.1-52Бета1.11.2 · 8 сентября 2023 г.
- Added ability for mod authors to specify which Creative Tab their book should display in (the-rogue)
- Updated some of the UI element assets to be prettier (InsomniaKitten)
- Added a default implementation for a Brewing Recipe page (Lothrazar)
- Fixed (finally) the version replacement system. No more @VERSION@ in your crash logs and other places.
1.11-2.1.0-51Бета1.11, 1.11.2 · 8 сентября 2023 г.
TehNut: Proper method of giving an item to a player
TehNut: Relicense to MIT
TehNut: Implemented a basic search system
Полная история изменений — на Modrinth.
Комментарии
Загружаем…





