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

Create: Threshold Fix

Fixes Create's Threshold Switch misreading vaults that hold non-stackable or partially-stacked items.

Загрузки
812
Подписчики
4
Обновлён
16 июня 2026 г.
Лицензия
MIT

Опубликован 16 июня 2026 г.

Fixes Create's Threshold Switch reading the wrong level for vaults holding non-stackable or partially-stacked items.

Create recalculates a vault's capacity every tick from whatever currently occupies each slot, and measures fill by total item count rather than by how many slots are taken. This breaks the reading in two ways:

  • An empty slot is counted as holding up to 64, but the moment a non-stackable item (or anything with a small max stack size) lands there, that slot is re-rated to a max of 1.. so the vault's reported maximum capacity gets smaller as it fills, while each item only adds 1 to the fill count. It takes 64 non-stackables to register as a single full stack.
  • When a Vault's slots are all taken by small or unfinished stacks, it can no longer accept new items, yet still reports almost empty.

This mod patches the level calculation so every occupied slot always counts as a full slot, giving a stable, accurate reading.

It also adds an optional slot-counting mode: place a glass block renamed "full" in the switch's filter and it measures filled slots instead of item count, tripping the moment every slot is taken.

Ченджлог

1.0.0Релиз1.21.1 · 16 июня 2026 г.

First release. Fixes Create's Threshold Switch misreading inventories that hold non-stackable or partially-stacked items.

Комментарии

Загружаем…