diff --git a/both/config/ezstorage.cfg b/both/config/ezstorage.cfg index 3c766de..40bd638 100644 --- a/both/config/ezstorage.cfg +++ b/both/config/ezstorage.cfg @@ -2,13 +2,13 @@ general { # Count of items that the basic storage box can hold. [range: 1 ~ 2147483647, default: 400] - I:basicCapacity=500 + I:basicCapacity=1000 # Count of items that the condensed storage box can hold. [range: 1 ~ 2147483647, default: 4000] - I:condensedCapacity=5000 + I:condensedCapacity=10000 # Count of items that the hyper storage box can hold. [range: 1 ~ 2147483647, default: 400000] - I:hyperCapacity=100000 + I:hyperCapacity=200000 # The maximum amount of different items that can be stored within one storage box. # The default value tries to ensure the NBT data wont get too large wich would normally lead to world corruption. [range: 1 ~ 2147483647, default: 1000]