File Details
sophisticatedstorage-1.19.2-0.6.23.307.jar
- R
- Mar 30, 2023
- 809.78 KB
- 128.5K
- 1.19.2
- Forge
File Name
sophisticatedstorage-1.19.2-0.6.23.307.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
Switching over to Server configs from Common configs for most config values to allow properly synchronizing settings from server to clients (and avoid having to code custom nbt synch code for upgrades)
!!! Modpack makers make sure to move common config customizations over to defaultconfigs
Added compression upgrade
- takes over slots in storage (by default up to 5 - can be set in config)
- once item is inserted compression / decompression results are figure out and automatically shows and allows insertion / removal of these items recalculating their count
- primary use is for limited barrels but can be used in other storage blocks as well
Changed storage blocks so that only limited barrels automatically set memorized slots and not allow matching items to be inserted into empty slots.
Regular barrels, chests, shulkers now do not get their memorized slots set when they are locked and they also allow empty slots to be piped into when locked if the items being piped in are already present in them. (also applies to piping / depositing items through controller)
Modified depositing into controller to not take from player's equipment slots
Raised maximum that base slot multiplier can be set to for limited barrels to 8192
Fixed capabilities to be invalidated in a way that allows listeners to pull new capability instance (Fixes issue with cobble for days not pushing to storage blocks anymore once they had a stack upgrade inserted in them)
Fixed recipes for converting quark chests into sophisticated chest equivalents
Update Chinese translation (thanks Dr-WeiAL)