Dimensional Inventories

Quick rating

Dimensional Inventories

No reviews yet

Keep separate inventories across pools of dimensions.

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
2.2.1+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Dimensional Inventories

A Minecraft Fabric mod for keeping separate inventories across pools of dimensions. Originally developed to add a separate creative world to a survival server using a custom dimension datapack (example datapack attached to releases on GitHub).

Basic Functionality

The mod operates with dimension pools. A dimension pool can contain any number of dimensions, but a dimension can only be present in one dimension pool. A player's inventory (including the regular inventory, armour, offhand, ender chest, experience, score, food, saturation, exhaustion and health) and gamemode is the same within the same dimension pool.

When a player travels to a dimension in a different dimension pool, the player's inventory is saved to a file corresponding to the origin dimension pool. The player's inventory and status effects are then cleared, their inventory is loaded from their file in the destination dimension pool (if present), and their gamemode is switched to the dimension pool's gamemode. On the other hand, when a non-player entity travels from one dimension pool to another, it is simply deleted.

Advancement progress can be enabled or disabled for a dimension pool. Players can view their advancements in any dimension pool, but only when in a pool with advancement progress enabled will they be able to progress or complete advancements, as well as unlock recipes. A separate setting also applies this principle to statistics.

Dimension pools are loaded from and saved to a JSON file. If the file is not found, a pool named default will be created containing the dimensions minecraft:overworld, minecraft:the_nether and minecraft:the_end with the gamemode set to survival, and with advancement progress and incrementation of statistics enabled. Thus, the mod will have no effect out of the box in a regular survival world.

If the origin or destination dimension is not assigned to a dimension pool, the player's inventory and gamemode will be unaffected. This means a player can preserve their inventory while travelling across dimension pools if they travel to an unassigned dimension in between.

Usage

The mod is used via commands starting with diminv. The most basic command simply shows the mod version and is accessible to anyone:

diminv

All other commands require permission level 4 (operator).

Managing Dimension Pools

List all dimension pools, their gamemodes and the dimensions they contain:

diminv list

List a specific dimension pool, its gamemode and the dimensions it contains:

diminv pool <pool_name> list

Create a new dimension pool:

diminv pool <pool_name> create

Remove an existing dimension pool:

diminv pool <pool_name> remove

Assign a dimension to a dimension pool (also removing it from all other pools):

diminv pool <pool_name> dimension <dimension_name> assign

Remove a dimension from a dimension pool:

diminv pool <pool_name> dimension <dimension_name> remove

Set the gamemode for a dimension pool:

diminv pool <pool_name> gamemode <gamemode>

Enable or disable advancement progress for a dimension pool:

diminv pool <pool_name> progressAdvancements <boolean>

Enable or disable incrementation of statistics for a dimension pool:

diminv pool <pool_name> incrementStatistics <boolean>

Tips

Custom dimensions do not support travel via portals, so to actually get to one, a teleport of some sort is required. One way is to use the vanilla teleport command in conjunction with the execute command:

execute in <dimension_name> run teleport <coordinates>

Accessing custom dimensions can be made easier with mods that provide warps, homes and other such teleports. For more convenient dimension hopping, players can also be allowed to teleport to their previous location - typically implemented with a /back command. An example of a mod that provides such functionality is Essential Commands.

On a survival server with a creative dimension, the creative dimension could be accessed with a warp. Players could then set a home in the creative dimension for easy access to their current project there, and they could quickly return to the survival world using a /back command. With this, players could easily design their builds in creative and use them as a reference when building them in survival.

To manage access to these and other commands, it can be useful to assign permissions for different dimensions independently. This can be achieved with a permissions mod such as LuckPerms - see their wiki entry for contexts. Expanding on the teleport example, the essentialcommands.warp.tp and essentialcommands.home.tp permissions could be granted globally, while the essentialcommands.home.set and essentialcommands.back permission could be granted only in the creative dimension.

Use of Vanilla Permissions or Universal Perms to expose additional permission nodes may also be useful in this context.

Adding portal support to custom dimensions using another mod alongside Dimensional Inventories may be of interest. An example of such a mod could be Dimension Portal Linker.

Mod Compatibility

Broadly speaking, there are (at least) two interesting cases when it comes to mod compatiblity:

  1. Mods that use vanilla Minecraft systems to add/remove/modify game content (items, status effects, dimensions and so on). These should be compatible with Dimensional Inventories "out of the box".
  2. Mods that affect the types of player state available (extra inventory slots, currency systems and so on). These require additional effort to integrate with Dimensional Inventories.

For the second case, Dimensional Inventories features a preliminary extension API, which allows another mod to register additional player state handlers (see the Extensions section below).

Extensions

Dimensional Inventories features a preliminary extension API, which can be used to improve compatibility with other mods (as described in the Mod Compatibility section above), or to add or change features in the core Dimensional Inventories mod. The extension API may change, even across minor versions, so be sure to use the compatible mod versions listed on a particular extension release.

Note that extension mods may be developed by different people than the "main" Dimensional Inventories mod or the mod they provide support for. You should not expect mod authors to resolve issues caused by an extension mod developed by a different author.

Below is a list of extension mods:

Extension Description Author
Dimensional Inventories Extension: Trinkets Compatibility with Trinkets Same as Dimensional Inventories
Dimensional Inventories Extension: Warp Warp command to teleport players across dimension pools rofumer (Modrinth; GitHub)

Screenshots

Gallery

  • List of dimension pools
    List of dimension pools A list of dimension pools with an example configuration containing the standard dimensions (overworld, nether, end) in the "default" pool, and with a custom dimension ("custom:creative") in the "creative" pool.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~9,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works