Skip to content
Davide Albiero edited this page Dec 27, 2022 · 7 revisions

DimStorage's guide

First of all I wanted to thank you, if you are on this page it means that you are curious about how DimStorage works.

Before we begin, I remind you that the only place where you can find DimStorage is the CurseForge site. If you had to download the mod from another site, it is likely that the .jar file has been modified.

Supported version

Currently the supported versions are:

  • 1.19.x

Dimensional Chest

DimChest is a technological version of the ender chest, with additions that take it to a higher level. As soon as you open its GUI you will notice that it has a grid with slots. On the right is a pop-up configuration panel. The available operations are as follows:

  • A button to select who is the owner of the chest. If the button shows public it means that all players can open that chest, if it shows your name it means that only you can open it.
  • There is a text field, which represents the frequency, where you can put a number from 0 to 999, defualt is 1.
  • There is the possibility to set if the chest should be locked, this means that if it is set to Yes, and under the DimChest there is a hopper it will not be able to extract the items (this also applies to AE2/RS imports or servo).

Other information

In DimChest there is an LED that changes color, this color changes according to the settings that have been configured in the chest, according to an order of importance. DimChest can emit a redstone signal based on how many items are inside.

Dimensional Tablet

Once you have finished crafting your DimTablet, in order to use it you will need to connect it to DimChest. If the DimChest is set to a private frequency, and you connect the DimTablet to that DimChest then your DimTablet can only be used by you! The DimTablet (when enabled) can take the items in your inventory and move them with extreme speed inside the DimChest connected to your DimTablet.

Dimensional Tank

The DimTank is a tank that has the ability to transfer liquids from one dimension to another. It has a GUI that allows you to configure various parameters:

  • You can change owner, frequency, and lock it (like DimChest)
  • The fourth option is the automatic liquid output, this avoids placing a tube to extract liquid.

To transfer a liquid from one DimTank to another is possible only if the two DimTanks have different frequencies.

Config file

Inside the serverconfig folder there is a file called dimstorage-server.toml, you can configure the following settings:

  • Allow players to change the DimChest's frequency
  • Allow players to make DimChest private
  • The diameter for the DimChest collecting function
  • A list of items, which the DimTablet will take from the player's inventory and transfer to the connected DimChest.

Commands

With the command /dimstorage list it is possible to see which items will be taken from the DimTablet.

To add an items to the list you have to hold the desired items with your main hand, then write /dimstorage add.

To remove an items from the list you have to hold the desired items with your main hand, then write /dimstorage remove. You can still edit the list with an external editor .

Upcoming additions

  • Dimensional Gas Tank (to transport gases)