
GuideME
A guidebook toolkit for mods and modpack makers alike with comfortable markdown formatting, and live 3d scenes!
Обновлён 6 июня 2026 г. · опубликован 17 января 2025 г.
GuideME
This project offers the foundation for your mods or modpacks guidebook. Based on the technology powering Applied Energistics 2s guidebook, it allows you to write your guide in simple Markdown, while embedding 3d scenes straight from structure files.
For players, guides based on GuideME offer:
- Smooth scrolling goodness
- Content being front and center, with an advanced text layout engine supporting reflow and inline elements
- Interactive 3D scenes with annotations, intuitively illustrating concepts from your mod
- Cross-linking between topics and quick information in link tooltips
- Showing inline-recipes in your guidebook "JEI-Style"
- Offers the ability to "hold G" to quickly jump to the relevant guidebook page in any item tooltip
For modders, it offers a rich extensibility API, allowing you to:
- Add custom inline or block tags to Markdown, backed by a custom Widget system
- Extend the recipe rendering to display your custom recipes in the guide
- Use custom Markdown front-matter to easily add arbitrary information to guidebook pages
- Use custom indices to quickly find pages based on custom attributes
- Allow resource packs or addons to add their own content to your guide
Example
The following is an example page from the AE2 guidebook (source).
---
navigation:
parent: ae2-mechanics/ae2-mechanics-index.md
title: Channels
icon: controller
---
# Channels
Applied Energistics 2's [ME Networks](me-network-connections.md) require
Channels to support [devices](../ae2-mechanics/devices.md) which use networked storage, or other network
services. Think of channels like USB cables to all your devices. A computer only has so many USB ports and can only support
so many devices connected to it. Most machines, full-block devices, and standard cables can only pass through
up to 8 channels. You can think of full-block devices and standard cables as a bundle of 8 "channel wires". However, [dense cables](../items-blocks-machines/cables.md#dense-cable) can support up
to 32 channels. The only other devices capable of transmitting 32 are <ItemLink id="me_p2p_tunnel" />
and the [Quantum Network Bridge](../items-blocks-machines/quantum_bridge.md). Each time a device uses up a channel, imagine pulling off a usb "wire" from
the bundle, which obviously means that "wire" isn't available further down the line.
<GameScene zoom="7" interactive={true}>
<ImportStructure src="../assets/assemblies/channel_demonstration_1.snbt" />
</GameScene>

Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.1.12-beta | Бета | 26.1.2 | neoforge | 6 июня 2026 г. | .jar (5.0 МБ) |
| 20.1.15 | Релиз | 1.20.1 | forge | 6 июня 2026 г. | .jar (9.0 МБ) |
| 21.1.16 | Релиз | 1.21.1 | neoforge | 22 мая 2026 г. | .jar (8.9 МБ) |
| 26.1.11-beta | Бета | 26.1.2 | neoforge | 22 мая 2026 г. | .jar (5.0 МБ) |
| 26.1.10-alpha | Альфа | 26.1.2 | neoforge | 15 апреля 2026 г. | .jar (5.0 МБ) |
| 26.1.9-alpha | Альфа | 26.1.1 | neoforge | 6 апреля 2026 г. | .jar (5.0 МБ) |
| 26.1.7-alpha | Альфа | 26.1-snapshot-4 | neoforge | 22 января 2026 г. | .jar (5.0 МБ) |
| 26.1.6-alpha | Альфа | 26.1-snapshot-4 | neoforge | 21 января 2026 г. | .jar (5.0 МБ) |
| 26.1.5-alpha | Альфа | 26.1-snapshot-3 | neoforge | 20 января 2026 г. | .jar (5.0 МБ) |
| 26.1.4-alpha | Альфа | 26.1-snapshot-1 | neoforge | 1 января 2026 г. | .jar (4.6 МБ) |
| 26.1.3-alpha | Альфа | 26.1-snapshot-1 | neoforge | 1 января 2026 г. | .jar (4.6 МБ) |
| 26.1.2-alpha | Альфа | 26.1-snapshot-1 | neoforge | 28 декабря 2025 г. | .jar (4.6 МБ) |
| 21.11.1-beta | Бета | 1.21.11 | neoforge | 22 декабря 2025 г. | .jar (4.5 МБ) |
| 26.1.1-alpha | Альфа | 26.1-snapshot-1 | neoforge | 20 декабря 2025 г. | .jar (4.5 МБ) |
| 26.1.0-alpha | Альфа | 26.1-snapshot-1 | neoforge | 20 декабря 2025 г. | .jar (4.5 МБ) |
Показаны последние 15 из 84 версий. Все версии — на Modrinth.
Ченджлог
26.1.12-betaБета26.1.2 · 6 июня 2026 г.
20.1.15Релиз1.20.1 · 6 июня 2026 г.
What's Changed
- (1.20.1) Add option to hide slot in LytSlot by @radzo73 in https://github.com/AppliedEnergistics/GuideME/pull/95
- Fix a problem when enabling the vectorization incubator module on newer JDKs
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v20.1.14...v20.1.15
21.1.16Релиз1.21.1 · 22 мая 2026 г.
Backported the ability to hide the background of LytSlot (addon api).
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v21.1.15...v21.1.16
26.1.11-betaБета26.1.2 · 22 мая 2026 г.
What's Changed
- Add option to hide slot in LytSlot by @radzo73 in https://github.com/AppliedEnergistics/GuideME/pull/93
- Fix keybinding category by @Mithi83 in https://github.com/AppliedEnergistics/GuideME/pull/90
New Contributors
- @radzo73 made their first contribution in https://github.com/AppliedEnergistics/GuideME/pull/93
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v26.1.10-alpha...v26.1.11-beta
26.1.10-alphaАльфа26.1.2 · 15 апреля 2026 г.
What's Changed
- Bump to MC 26.1.2 by @Technici4n in https://github.com/AppliedEnergistics/GuideME/pull/86
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v26.1.9-alpha...v26.1.10-alpha
26.1.9-alphaАльфа26.1.1 · 6 апреля 2026 г.
- Hopefully fix CurseForge publishing.
Full Changelog: https://github.com/AppliedEnergistics/GuideME/compare/v26.1.8-alpha...v26.1.9-alpha
26.1.7-alphaАльфа26.1-snapshot-4 · 22 января 2026 г.
26.1.6-alphaАльфа26.1-snapshot-4 · 21 января 2026 г.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
