forked from KidsDontPlay/Storage-Network
-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
storagenetwork.toml
28 lines (26 loc) · 1.29 KB
/
storagenetwork.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#General settings
[storagenetwork]
#Enable very spammy logs. Sometimes useful for debugging.
logSpam = false
#
# How many itemstacks from the network are visible to external connections through the storagenetwork:exchange. Too low and not all items can pass through, too large and there will be packet/buffer overflows.
#Range: 1 ~ 5000
exchangeBufferSize = 1024
#
# When matching items to recipes in the JEI + button, this is the maximum number of tags to serialize over the network when on a server. Reduce if you get errors relating to Packet Sizes being too large (Minecraft 1.12.2 had this hardcoded at 5).
#Range: 5 ~ 128
jeiMaximumRecipeTags = 64
#
# Disable these blocks from ever being able to connect to the network, they will be treated as a non-inventory.
NotallowedBlocks = ["extrautils2:playerchest"]
#
# If this is true, reload network when a chunk unloads, this keeps your network always up to date. It has been reported that this cause lag and chunk load issues on servers, so disable if you have any problems.
reloadNetworkWhenUnloadChunk = false
#
# Maximum range of the Storage Remote and Crafting Remote. -1 means unlimited.
#Range: -1 ~ 8388607
remoteMaxRange = -1
#
# How often to auto-refresh a network (one second is 20 ticks)
#Range: 2 ~ 4096
autoRefreshTicks = 20