Files
meatballcraft/config - Copy/unloader.cfg
T
2024-10-23 15:17:54 -07:00

21 lines
753 B
INI

# Configuration file
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General configuration settings for Unloader!
##########################################################################################################
general {
# List of Dimensions you don't want Unloader to unload. Can be dimension name or ID. Uses Regular Expressions! [default: [0], [overworld]]
S:blacklistDims <
0
overworld
>
# Time (in ticks) you want Unloader to wait before checking dimensions. [range: 200 ~ 6000, default: 600]
I:unloadCheckDelay=600
}