This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from wolfkidsounds/4.4.5
4.4.5
- Loading branch information
Showing
39 changed files
with
5,555 additions
and
5,332 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Enables play-offline button | ||
B:offlineModeEnabled=true | ||
|
||
# Your Password in plaintext if chosen to save to disk | ||
S:password= | ||
|
||
# Your Username | ||
S:username= | ||
|
||
# If the Session-Validator look weird disable this | ||
B:validatorBold=true | ||
|
||
# Disables the Session Validator | ||
B:validatorEnabled=true | ||
} | ||
|
||
|
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
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
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,60 @@ | ||
# Configuration file | ||
|
||
~CONFIG_VERSION: 1.0.0 | ||
|
||
########################################################################################################## | ||
# handler settings | ||
#--------------------------------------------------------------------------------------------------------# | ||
# Enable or disable some of the recipe handlers this mod adds. | ||
########################################################################################################## | ||
|
||
"handler settings" { | ||
} | ||
|
||
|
||
########################################################################################################## | ||
# miscellaneous settings | ||
#--------------------------------------------------------------------------------------------------------# | ||
# It's Miscellaneous... How do you expect me to know what's in here? | ||
########################################################################################################## | ||
|
||
"miscellaneous settings" { | ||
} | ||
|
||
|
||
########################################################################################################## | ||
# tooltip settings | ||
#--------------------------------------------------------------------------------------------------------# | ||
# No tooltip defined. How ironic. | ||
########################################################################################################## | ||
|
||
"tooltip settings" { | ||
# Configure the state of the burn time tooltip. [default: disabled] | ||
S:burnTimeTooltipMode=disabled | ||
|
||
# config.jeiintegration.tooltips.durabilityTooltipMode.comment [default: disabled] | ||
S:durabilityTooltipMode=disabled | ||
|
||
# Configure the state of the fluid registry information tooltip. [default: disabled] | ||
S:fluidRegInfoTooltipMode=disabled | ||
|
||
# Configure the state of the max stack size tooltip. [default: disabled] | ||
S:maxStackSizeTooltipMode=disabled | ||
|
||
# Configure the state of the metadata tooltip [default: disabled] | ||
S:metadataTooltipMode=disabled | ||
|
||
# config.jeiintegration.tooltips.nbtTooltipMode.comment [default: disabled] | ||
S:nbtTooltipMode=disabled | ||
|
||
# Configure the state of the ore dictionary entries tooltip. [default: disabled] | ||
S:oreDictEntriesTooltipMode=disabled | ||
|
||
# Configure the state of the registry name tooltip. [default: disabled] | ||
S:registryNameTooltipMode=disabled | ||
|
||
# Configure the state of the unlocalized name tooltip. [default: disabled] | ||
S:unlocalizedNameTooltipMode=disabled | ||
} | ||
|
||
|
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
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
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,20 @@ | ||
# 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 | ||
} | ||
|
||
|
Oops, something went wrong.