Description
With version 4, Silaex's Colored Chests mod breaks and prevents turning a server on until the mod is disabled, which also traps everything within the chests.
I made the following changes to make the mod functional again:
- added ServerVersion to the manifest.json
- adjusted each item .json file to abide by the following changes:
- only one interaction
- removed crafting delay
- removed unused state.id
- added the new BlockEntity info with the capacity info and removed the capacity information from state
