/
Sort: Name / Sort: Count toggle to the TakeItOut item list screen.All Items and linked-container contents popups.takeitout-server.json, for controlling linked-container exchange:
linked_container_exchange_mode: disabled, same_dimension, or cross_dimension;allowed_exchange_dimensions: optional dimension allowlist for linked-container exchange.{
"linked_container_exchange_mode": "cross_dimension",
"allowed_exchange_dimensions": [
"minecraft:overworld",
"minecraft:the_nether"
]
}
An empty allowed_exchange_dimensions list allows all dimensions for the selected mode.Count sorting now shows the most abundant items first and falls back to item name for stable ordering.Name sorting is case-insensitive and falls back to count for stable ordering.