Files
meatballcraft/config/unloader.cfg
T
PietroSainaghi 35aff91e33 Finally a GIT!
2022-10-06 18:38:10 -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
}