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

Glowcase

Creative-only blocks designed for adventure maps, server spawns, and virtual events. Show text, give out items, and link webpages!

21K загрузок32 подписчиковCC0-1.0fabricneoforgequilt

Обновлён 29 мая 2026 г. · опубликован 23 августа 2022 г.

  • Block Preview
mod preview
Shiny creative blocks for in-game showcases!
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

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.2fabric29 мая 2026 г.Скачать (1.3 МБ)
2.5.3+26.1Релиз26.1, 26.1.1, 26.1.2fabric26 мая 2026 г.Скачать (1.3 МБ)
2.5.2+26.1Релиз26.1, 26.1.1, 26.1.2fabric19 мая 2026 г.Скачать (1.3 МБ)
2.5.1+26.1Релиз26.1, 26.1.1, 26.1.2fabric19 мая 2026 г.Скачать (1.3 МБ)
2.5.0+26.1Релиз26.1, 26.1.1, 26.1.2fabric17 мая 2026 г.Скачать (1.3 МБ)
2.4.2+26.1Релиз26.1, 26.1.1, 26.1.2fabric10 мая 2026 г.Скачать (1.2 МБ)
2.4.1+26.1Релиз26.1, 26.1.1, 26.1.2fabric9 мая 2026 г.Скачать (1.2 МБ)
2.4.0+26.1Релиз26.1, 26.1.1, 26.1.2fabric7 мая 2026 г.Скачать (1.2 МБ)
2.3.4+1.21.7Релиз1.21.7, 1.21.8fabric3 сентября 2025 г.Скачать (975 КБ)
2.3.3+1.21.7Релиз1.21.7, 1.21.8fabric3 сентября 2025 г.Скачать (975 КБ)
2.3.0+1.21Релиз1.21.7, 1.21.8fabric20 июля 2025 г.Скачать (969 КБ)
2.2.0+1.21Релиз1.21, 1.21.1fabric, neoforge, quilt8 июня 2025 г.Скачать (956 КБ)
2.1.6+1.21Релиз1.21, 1.21.1fabric, neoforge, quilt24 апреля 2025 г.Скачать (948 КБ)
2.1.5+1.21Релиз1.21, 1.21.1fabric, neoforge, quilt21 апреля 2025 г.Скачать (947 КБ)
2.1.4+1.21Релиз1.21, 1.21.1fabric, neoforge, quilt19 апреля 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

New Contributors

Full Changelog: https://github.com/ModFest/glowcase/compare/2.3.4...2.4.0

Комментарии

Загружаем…