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

Simple Shulker Preview

A minecraft fabric mod that displays a configurable icon indicating the contents of a shulker box, as well as a capacity bar.

200K загрузок309 подписчиковLGPL-3.0-onlyfabric

Обновлён 30 апреля 2026 г. · опубликован 25 июля 2022 г.

  • An inventory full of information!

Simple Shulker Preview

GitHub license GitHub release GitHub issues

Simple Shulker Preview is a small fabric mod that displays an icon indicating the contents of a shulker. This icon appears on top of the shulker icon in inventory slots.

An inventory filled with shulkers that have an item displayed on them.

For other download pages, please see CurseForge or Modrinth.

Dependencies

This mod requires ModMenu to adjust the configs. The Cloth Config API mod is embedded - you don't need to download it yourself.

Configs

I won't go through all the configs, since they've increased over time. A brief overview is as follows:

Option Description
Display Item Decides which item in the shulker should be displayed based on position or quantity.
Custom Name Provides options to display an icon based on custom named shulkers
Icon Positions Modify the x and y offsets of the icon, as well as scale.
Capacity Bar Display a capacity bar, indicating how full the shulker box is
Bar Position Set the position, size, and direction the capacity bar is drawn.
Stack Limits Set minimum limits for the number of items required to display an icon
Enable ... Option to enable additional features, such as bundles or recursive shulker support
Disable Mod Disables the mod so that overlay icons are not displayed.

When using custom named shulkers, you need to name it using the same conventions required for spawning in items. For example, naming a shulker minecraft:grass_block will display a grass block. If an invalid name has been given, it will continue to follow the 'Display Item' configuration (unless 'Custom Name' has been set to 'ALWAYS', of course).

Contributing

Contributions and suggestions are always welcome! Please limit all issues to only one feature at a time - feel free to open multiple at once if you have many ideas. Similarly, please limit pull requests to a single feature at a time and try to follow the existing code style.

To further discuss or get notifications of new updates, check out my Discord. If you like what I do, consider supporting me on Ko-Fi! ko-fi

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.5.0Релиз26.1, 26.1.1, 26.1.2, 26.2fabric30 апреля 2026 г..jar (1.1 МБ)
2.4.11-mc1.21.11Релиз1.21.11fabric30 декабря 2025 г..jar (1.1 МБ)
2.4.10-mc1.21.9Релиз1.21.9, 1.21.10fabric19 октября 2025 г..jar (1.1 МБ)
2.4.9Релиз1.21.7, 1.21.8fabric4 июля 2025 г..jar (1.1 МБ)
2.4.8Релиз1.21.6fabric27 июня 2025 г..jar (1.1 МБ)
2.4.7Релиз1.21.5fabric5 мая 2025 г..jar (1.1 МБ)
2.4.6Релиз1.21.4fabric14 января 2025 г..jar (1.1 МБ)
2.4.5Релиз1.21.2, 1.21.3fabric12 ноября 2024 г..jar (1.1 МБ)
2.4.4Релиз1.21, 1.21.1fabric11 июля 2024 г..jar (1.1 МБ)
2.4.3Релиз1.20.5, 1.20.6fabric24 апреля 2024 г..jar (1.1 МБ)
2.4.2Релиз1.20.3, 1.20.4fabric10 декабря 2023 г..jar (1.1 МБ)
2.4.1Релиз1.20.2fabric6 ноября 2023 г..jar (1.1 МБ)
2.4.0Релиз1.20, 1.20.1fabric22 июня 2023 г..jar (1.0 МБ)
2.3.1Релиз1.19.4fabric11 апреля 2023 г..jar (1.0 МБ)
2.2Релиз1.19.3fabric7 января 2023 г..jar (1.0 МБ)

Показаны последние 15 из 22 версий. Все версии — на Modrinth.

Ченджлог

2.5.0Релиз26.1.1, 26.1.2, 26.2 · 30 апреля 2026 г.

Updated for Minecraft 26+!

A huge thanks to @MordorsElite and @mnowak32 for putting this update together, and the rigorous testing you put into it.

Changes

There are no user-facing changes - this update is primarily to bring it up to date with the latest minecraft versions. However the mod has been transferred across to use the new minecraft mod bindings.

Minecraft also requires that Java 25 be used for MC26+.

2.4.11-mc1.21.11Релиз1.21.11 · 30 декабря 2025 г.

Updated for 1.21.11!

No new changes to be reported.

2.4.10-mc1.21.9Релиз1.21.9, 1.21.10 · 19 октября 2025 г.

Updated for 1.21.9 and 1.21.10!!

Thanks to @weihx15 for the new Simplified Chinese translations.

2.4.9Релиз1.21.7, 1.21.8 · 4 июля 2025 г.

Updated to 1.21.7!

Thanks to @theendercore for putting together this update.

2.4.8Релиз1.21.6 · 27 июня 2025 г.

Updated for 1.21.6!

Due to changes in the rendering engine, I've had to temporarily remove the z offset option. Unfortunately this means that the capacity bar is rendered on top of the item preview (if overlapping).

In the interest of providing this update sooner rather than later, I'll be deferring that fix for a later version (if necessary).

2.4.7Релиз1.21.5 · 5 мая 2025 г.

Finally, the 1.21.5 update! Apologies for the delay, my PC blew up on me.

Changes:

  • Potion types are now distinct from each other, so item quantity and position filters will now work with them properly
  • The counting of items is now fixed, which means the capacity bar is working properly for items that stack to less than 64
  • Coloured bundles are now supported

The config UI rewrite is still in the works, but will have to wait for a future update still :) I'll try to backport all bugfixes to older versions of MC when that update becomes available.

2.4.6Релиз1.21.4 · 14 января 2025 г.

Finally, updated for 1.21.4!

Mostly just a versioning update, however a bug was also fixed that caused named shulkers to stop rendering their icons, if the name did not correspond to a valid item ID.

2.4.5Релиз1.21.2, 1.21.3 · 12 ноября 2024 г.
  • Updated capacity colours to match bundles
  • Resolved Issue #33 (oversized shulker support) by adding shulker size options in the compatibility section.
  • Better capacity calculations should handle non-64 stack sizes better
  • Capacities are capped at 1, so filled large shulkers from other mods won't have a super long bar

Полная история изменений — на Modrinth.

Комментарии

Загружаем…