Initial commit
This commit is contained in:
18
both/config/ezstorage.cfg
Normal file
18
both/config/ezstorage.cfg
Normal file
@@ -0,0 +1,18 @@
|
||||
# Configuration file
|
||||
|
||||
general {
|
||||
# Count of items that the basic storage box can hold. [range: 1 ~ 2147483647, default: 400]
|
||||
I:basicCapacity=1500
|
||||
|
||||
# Count of items that the condensed storage box can hold. [range: 1 ~ 2147483647, default: 4000]
|
||||
I:condensedCapacity=20000
|
||||
|
||||
# Count of items that the hyper storage box can hold. [range: 1 ~ 2147483647, default: 400000]
|
||||
I:hyperCapacity=500000
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user