Chest Upgrade Type

Description

Chest Upgrade Type refers to the upgrade item in-game that converts one chest type to another.

Data Object

From / from / String

From refers to the chest that you are converting this chest should have a lower inventory slot count than the one you are converting to or the same slot count. This chest can be a wooden chest by not including this key value pair in the json and leaving it out, it will then use the ironchests:upgradeable_wooden_chests block tag to determine if the chest chosen is a wooden chest.

To / to / String

To refers to the chest you are converting to and should either have the same or higher slot count than the chest you are converting from. The value is formatted as such copper_chest and refers to the chest with the file id of copper.

Example

{
    "from": "copper_chest",
    "to": "iron_chest"
}

Last updated