This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
72 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Setting: updatechecker.enable Default: true # Enable Thermos update checker | ||
# Setting: common.allowNetherPortalBesidesOverworld Default: false # Allow nether portals in dimensions besides overworld | ||
# Setting: logging.materialInjection Default: false # Log material injection event | ||
# Setting: op.consoleonly Default: false # Set the OP command to only be allowed to run in console | ||
# Setting: logging.clientModList Default: true # Print client's mod list during attempt to join | ||
# Setting: updatechecker.quiet Default: false # Print less info during update | ||
# Setting: command.enable Default: true # Enable Thermos command | ||
|
||
updatechecker: | ||
enable: false | ||
quiet: false | ||
symlinks: Thermos.jar | ||
common: | ||
allowNetherPortalBesidesOverworld: true | ||
logging: | ||
materialInjection: false | ||
clientModList: true | ||
op: | ||
consoleonly: false | ||
command: | ||
enable: true |