There's mention of "most chests will be unadapted to this inventory size". Is there some sort of setting we can change, mod we can use, or some other player-action that can adapt the chest to the inventory size?
I'm aware of the "legacy" size option in i3 I'm just curious as to how to make the defaults work on a server without this confusion.
Do note that i3.settings.legacy_inventory and i3.settings.hotbar_len no longer exist (these never were in the API).
It's per-player now, so should be in i3.data[<player name>].
There's mention of "most chests will be unadapted to this inventory size". Is there some sort of setting we can change, mod we can use, or some other player-action that can adapt the chest to the inventory size?
I'm aware of the "legacy" size option in i3 I'm just curious as to how to make the defaults work on a server without this confusion.
A mod needs to be written that change the chests metadata when e.g. a player opens it.
pipeworks, potentially one other mod optional support i3 and the inventory size https://github.com/mt-mods/pipeworks/blob/37eef736950f038e54fd74d11a5d905fb43abdad/common.lua#L146-L177
Do note that
i3.settings.legacy_inventory
andi3.settings.hotbar_len
no longer exist (these never were in the API). It's per-player now, so should be ini3.data[<player name>]
.thanks for the heads up. added to the relevant issue https://github.com/mt-mods/pipeworks/issues/17#issuecomment-1257407419 - hopefully i will address this later this week