-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Minepatcher edited this page Mar 16, 2026
·
6 revisions
For those that wish to use this mod to create their own chests. Add the following code to your dependencies in your manifest.json file.
"ck.modding.corelib": "https://github.com/CoreKeeperMods/CoreLib.git?path=/Assets/CoreLibPackage#4.0.2",
"ck.modding.expanded-chest-ui": "https://github.com/Minepatcher/ExpandedChestUI.git?path=/Assets/ExpandedChestUIPackage#1.0.0"Warning: This mod now requires CoreLib for modding, but is not required to be added as a dependency.
Then, add Expanded Chest UI to your Mod's Mod Builder Setting in the project's root folder and press the Sync asmdef file button. This will update your asmdef file in your mod folder.

Everything else for creating your chest is the same as usual, but now you are allowed up to a 16x9 sized chest in the Inventory Authoring of your Chest Enitity Prefab.

ENJOY!!!
