You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.0 KiB
TOML

###############################
# Mod properties
###############################
[01-mod]
# Remind the user of the latest version update.
enableLatestVersionReminder = true
# The directory where mods are located
#This is relative to the Minecraft install path.
modFolder = "mods"
#Enables/Disables version checking.
enableVersionChecker = true
#Enables/Disables mod.
enabled = true
# The directory where configs are located.
#Resource files will be located here as well.
# This is relative to the Minecraft install path.
configFolder = "config"
###############################
# Logging properties
###############################
[02-logging]
# The directory where the logs should be stored.
# This is relative to the Minecraft install path.
folder = "logs"
# The base filename of the log file.
filename = "log"
# The size a log file can be before rolling over to a new file.
size = "1000K"
# The logging level. Set to 'off' to disable logging.
# Values = [trace|debug|info|warn|error|off]
level = "info"