Glowcase
Creative-only blocks designed for adventure maps, server spawns, and virtual events. Show text, give out items, and link webpages!
Обновлён 29 мая 2026 г. · опубликован 23 августа 2022 г.

Maintained for use at ModFest events.
Requires Connector and FFAPI on (neo)forge.
Glowcase adds creative-only blocks designed for adventure maps, server spawns, and virtual events.
All blocks can be found in the glowcase creative tab, and modified by right-clicking while holding a similar item.
Text Block
An empty space with floating text that:
- Can display large bodies of text over many lines, far beyond the borders of the block
- Is editable via a multiline text editor with copy+paste support
- Allows setting an arbitrary text scale, for large signs etc.
- Allows setting a custom hex color for contained text
- Displays text with a shadow, no shadow, or a tinted backdrop (toggleable)
- Has support for inline text formatting, including colors, bold, italic, underline, strikethrough, and fonts
- See Text Placeholder API's QuickText format documentation for more details
Item Display Block
An empty space with a floating item stack that:
- Displays the stack display name on hover (toggleable)
- Dispenses a copy of the stack on use (toggleable)
- Rotates towards the player (toggleable)
To set the item stack, use the desired stack on an empty display block.
To modify other settings, use the same item on the block again.
Hyperlink Block
An empty space with a floating 🌐 symbol that:
- Displays a custom title on hover
- Requests to open a custom external link on use
This mod was originally created by Haven King as part of ModFest 1.16.
Feel free to contribute bugfixes and improvements!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.5.4+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 29 мая 2026 г. | Скачать (1.3 МБ) |
| 2.5.3+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 26 мая 2026 г. | Скачать (1.3 МБ) |
| 2.5.2+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 19 мая 2026 г. | Скачать (1.3 МБ) |
| 2.5.1+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 19 мая 2026 г. | Скачать (1.3 МБ) |
| 2.5.0+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 17 мая 2026 г. | Скачать (1.3 МБ) |
| 2.4.2+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 10 мая 2026 г. | Скачать (1.2 МБ) |
| 2.4.1+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 9 мая 2026 г. | Скачать (1.2 МБ) |
| 2.4.0+26.1 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 7 мая 2026 г. | Скачать (1.2 МБ) |
| 2.3.4+1.21.7 | Релиз | 1.21.7, 1.21.8 | fabric | 3 сентября 2025 г. | Скачать (975 КБ) |
| 2.3.3+1.21.7 | Релиз | 1.21.7, 1.21.8 | fabric | 3 сентября 2025 г. | Скачать (975 КБ) |
| 2.3.0+1.21 | Релиз | 1.21.7, 1.21.8 | fabric | 20 июля 2025 г. | Скачать (969 КБ) |
| 2.2.0+1.21 | Релиз | 1.21, 1.21.1 | fabric, neoforge, quilt | 8 июня 2025 г. | Скачать (956 КБ) |
| 2.1.6+1.21 | Релиз | 1.21, 1.21.1 | fabric, neoforge, quilt | 24 апреля 2025 г. | Скачать (948 КБ) |
| 2.1.5+1.21 | Релиз | 1.21, 1.21.1 | fabric, neoforge, quilt | 21 апреля 2025 г. | Скачать (947 КБ) |
| 2.1.4+1.21 | Релиз | 1.21, 1.21.1 | fabric, neoforge, quilt | 19 апреля 2025 г. | Скачать (943 КБ) |
Показаны последние 15 из 46 версий.
Ченджлог
2.5.4+26.1Релиз26.1, 26.1.1, 26.1.2 · 29 мая 2026 г.
Changes since 2.5.3
- Fix Item Provider allowing you to obtain a full stack in timer or one mode.
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.5.3...v2.5.4
2.5.3+26.1Релиз26.1, 26.1.1, 26.1.2 · 26 мая 2026 г.
Changes since 2.5.2
- Fix pool logic bugs
- Cleaner now no longer leaks
- Locking now uses try/finally
- Maps are now Int2Object maps.
- Potentially fix Sodium compatibility
- Removes an old attempt at tricking resorting.
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.5.2...v2.5.3
2.5.2+26.1Релиз26.1, 26.1.1, 26.1.2 · 19 мая 2026 г.
Changes since 2.5.1
- Make it possible to install on servers again.
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.5.1...v2.5.2
2.5.1+26.1Релиз26.1, 26.1.1, 26.1.2 · 19 мая 2026 г.
Changes since 2.5.0
- Optimise & tweak renderers
- Make Glowcase items open editor on empty providers & displays
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.5.0...v2.5.1
2.5.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 17 мая 2026 г.
Changes since 2.4.2
- Editor locking
- Note: display with older clients do not behave correctly.
- Many, many bakery fixes
- Lighting is now correct
- Memleaks be gone
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.4.2...v2.5.0
2.4.2+26.1Релиз26.1, 26.1.1, 26.1.2 · 10 мая 2026 г.
- Fixed sprite block crashing with null Identifier
Full Changelog: https://github.com/ModFest/glowcase/compare/v2.4.1...v2.4.2
2.4.1+26.1Релиз26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.
Changes since 2.4.0
- Patch cleared timed item provider crashing clients
- Fix various parity issues with the text block
- Scaling is now like prior
- The plate has been adjusted
- Y offset is close to parity
- Z offset now applies after rotation
- Text Editor now properly focuses on the color picker
Full Changelog: https://github.com/ModFest/glowcase/compare/2.4.0...v2.4.1
2.4.0+26.1Релиз26.1, 26.1.1, 26.1.2 · 7 мая 2026 г.
What's Changed
- 26.1 by @reoseah in https://github.com/ModFest/glowcase/pull/135
- Entity Display Block entity models have no lighting by @HyperPigeon in https://github.com/ModFest/glowcase/pull/137
- text rendering changes (26.1) by @reoseah in https://github.com/ModFest/glowcase/pull/140
- (Simplified) Port Recipe Block to RRV by @cassiancc in https://github.com/ModFest/glowcase/pull/141
New Contributors
- @reoseah made their first contribution in https://github.com/ModFest/glowcase/pull/135
Full Changelog: https://github.com/ModFest/glowcase/compare/2.3.4...2.4.0
Комментарии
Загружаем…
