
Items Stack
Allows changing of item's max stack sizes.
- Загрузки
- 5K
- Подписчики
- 11
- Обновлён
- 29 июля 2024 г.
- Лицензия
- LGPL-3.0-only
Опубликован 27 июля 2024 г.
Allows you to change any item's stack size.
Requires owolib, recommended to use modmenu.
Open the config screen/file (if not using through modmenu the file name should be items-stack-size-config.json5) and add the wanted item name to the items list and its stack size to the Max Stack Sizes list, an example of how the json would look, this is a possible json to use for the mod's icon changes:
{
"items": [
"minecraft:potion",
"minecraft:stone"
],
"maxStackSizes": [
8,
32
],
"itemTags": [
"#minecraft:boats"
"#c:tools"
],
"maxTagStackSizes": [
16,
4
]
}
This mod is intended to be used as client and server though it has limited compatibility for server only (it works only in survival and then some features may still not work).
Ченджлог
1.2.0Релиз1.21 · 29 июля 2024 г.
1.1.0: Completely redone the stack modifying: It now runs only for all items you want to change (instead of all registered items) You can now use tags to modify the stack size of all items with that tag, includes convention tags (#c:) You no longer need to restart the game after making a change to the config, simply pressing the done button will make changes take effect 1.1.1: Small homepage link fix. 1.2.0: Reworked the previous changes in 1.1.0 Made removing tags/items work correctly and reset their stack size.
1.0.0Релиз1.21 · 28 июля 2024 г.
first version
Комментарии
Загружаем…