
Dimension Inventorys
This mod provides the ability to make player inventories dependent on dimensions. For example, you can configure it so that characters have a completely different set of items in the Nether than in the regular world.
How to Use
By default, the mod is inactive — to configure it, you need to modify the configuration file.
# Configuration file
settings {
# 0 = All dimensions by default use a shared inventory, 1 = Each dimension by default has its own inventory. [range: 0 ~ 1, default: 0]
I:GroupMode=0
# Groups separated by |, dimensions in groups separated by "," [default: ]
S:Groups=-1
}
The GroupMode parameter determines the behavior for dimensions not included in groups. With a value of 0, all such dimensions will use a shared inventory, and with a value of 1 — each will get its own.
In the provided configuration example, the Nether has a separate inventory, while all other dimensions use a shared one.
Groups are defined using the symbols "|" and ",". Groups are separated by "|", and dimensions within groups are separated by ",".
For example, "S:Groups=1,0|-1,8|3" will create a group for dimensions 1 and 0, a group for -1 and 8, and dimension 3 will get its own group.