19 lines
680 B
INI
19 lines
680 B
INI
# Configuration file
|
|
|
|
general {
|
|
# Count of items that the basic storage box can hold. [range: 1 ~ 2147483647, default: 400]
|
|
I:basicCapacity=500
|
|
|
|
# Count of items that the condensed storage box can hold. [range: 1 ~ 2147483647, default: 4000]
|
|
I:condensedCapacity=5000
|
|
|
|
# Count of items that the hyper storage box can hold. [range: 1 ~ 2147483647, default: 400000]
|
|
I:hyperCapacity=100000
|
|
|
|
# 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]
|
|
I:maxItemTypes=0
|
|
}
|
|
|
|
|