-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
4a98b44
commit fdbc694
Showing
23 changed files
with
407 additions
and
65 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
Binary file not shown.
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,39 @@ | ||
# Configuration file | ||
|
||
bookmark { | ||
# Current mode of recording recipes | ||
S:recordMode=ENABLE | ||
|
||
# Record current recipe when add ingredient to bookmark in recipe screen [default: true] | ||
B:recordRecipes=true | ||
|
||
# Display a letter "R" in the upper left corner of the recipe bookmark. [default: true] | ||
B:showRecipeBookmarkReminders=true | ||
} | ||
|
||
|
||
history { | ||
# Color of the history area display [range: -2147483648 ~ 2147483647, default: -296397483] | ||
I:backgroundColour=-296397483 | ||
|
||
# Enable browsing history function [default: true] | ||
B:enableHistory=true | ||
|
||
# Add item with different nbt to the browsing history [default: true] | ||
B:matchesNBTs=true | ||
|
||
# Splitting mode for the browsing history. | ||
# Mode : BACKGROUND, DOTTED_LINE [default: DOTTED_LINE] | ||
S:splittingMode=DOTTED_LINE | ||
} | ||
|
||
|
||
render { | ||
# If true, then the recipe preview will automatically select the appropriate scaling based on the screen size. [default: true] | ||
B:adaptiveRecipePreview=true | ||
|
||
# The scaling of the recipe preview.It is only used when adaptiveRecipePreview is false. [range: 0.01 ~ 5.0, default: 0.8] | ||
S:recipePreviewScaling=0.8 | ||
} | ||
|
||
|
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,47 @@ | ||
# Configuration file | ||
|
||
helper { | ||
# Highlight colour of craftable ingredients in Recipe Gui. | ||
# Format: 0xRRGGBBAA [default: 0x660000FF] | ||
S:CraftableHighlightColor=0x660000FF | ||
|
||
# Highlight colour of missing ingredients in Recipe Gui. | ||
# Format: 0xRRGGBBAA [default: 0x66FF0000] | ||
S:MissingHighlightColour=0x66FF0000 | ||
|
||
# Time interval in milliseconds for updating recipe information in Recipe Gui. | ||
# Never updated when set to -1. [range: -1 ~ 60000, default: 1500] | ||
I:UpdateIntervalTime=1500 | ||
} | ||
|
||
|
||
other { | ||
# If true, it will make all similar ingredient switch at the same time. [default: true] | ||
B:SyncIngredientSwitcher=true | ||
} | ||
|
||
|
||
transfer { | ||
# If a recipe type is in here, it will not be merged. [default: ] | ||
S:MergeBlackList < | ||
> | ||
|
||
# Ingredient Merge Mode Setting, here are all the modes. | ||
# "ENABLED" "DISABLED" WHITELIST [default: ENABLED] | ||
S:MergeMode=ENABLED | ||
|
||
# If true, the ingredient will be transferred from network first, then from inventory,and finally from jei.[Default:true] [default: true] | ||
B:NetworkOrInventoryFirst=true | ||
|
||
# If true, print current recipe type in log.[Default:false] [default: false] | ||
B:PrintRecipeType=false | ||
|
||
# If oredict has this mod's item, use it first. [default: ] | ||
S:PriorityMods < | ||
> | ||
|
||
# If true, the ingredient currently displayed by JEI will be transferred.[Default:false] [default: false] | ||
B:UseDisplayed=false | ||
} | ||
|
||
|
Binary file not shown.
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
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
Binary file modified
BIN
-5 Bytes
(100%)
pax/modpack/overrides/config/customloadingscreen_timings.nbt
Binary file not shown.
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
123 changes: 98 additions & 25 deletions
123
pax/modpack/overrides/config/fancymenu/locals/en_us.local
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
39 changes: 39 additions & 0 deletions
39
pax/modpack/overrides/config/jeiutilities/jeiutilities.cfg
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,39 @@ | ||
# Configuration file | ||
|
||
bookmark { | ||
# Current mode of recording recipes | ||
S:recordMode=ENABLE | ||
|
||
# Record current recipe when add ingredient to bookmark in recipe screen [default: true] | ||
B:recordRecipes=true | ||
|
||
# Display a letter "R" in the upper left corner of the recipe bookmark. [default: true] | ||
B:showRecipeBookmarkReminders=true | ||
} | ||
|
||
|
||
history { | ||
# Color of the history area display [range: -2147483648 ~ 2147483647, default: -296397483] | ||
I:backgroundColour=-296397483 | ||
|
||
# Enable browsing history function [default: true] | ||
B:enableHistory=true | ||
|
||
# Add item with different nbt to the browsing history [default: true] | ||
B:matchesNBTs=true | ||
|
||
# Splitting mode for the browsing history. | ||
# Mode : BACKGROUND, DOTTED_LINE [default: DOTTED_LINE] | ||
S:splittingMode=DOTTED_LINE | ||
} | ||
|
||
|
||
render { | ||
# If true, then the recipe preview will automatically select the appropriate scaling based on the screen size. [default: true] | ||
B:adaptiveRecipePreview=true | ||
|
||
# The scaling of the recipe preview.It is only used when adaptiveRecipePreview is false. [range: 0.01 ~ 5.0, default: 0.8] | ||
S:recipePreviewScaling=0.8 | ||
} | ||
|
||
|
47 changes: 47 additions & 0 deletions
47
pax/modpack/overrides/config/neenergistics/neenergistics.cfg
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,47 @@ | ||
# Configuration file | ||
|
||
helper { | ||
# Highlight colour of craftable ingredients in Recipe Gui. | ||
# Format: 0xRRGGBBAA [default: 0x660000FF] | ||
S:CraftableHighlightColor=0x660000FF | ||
|
||
# Highlight colour of missing ingredients in Recipe Gui. | ||
# Format: 0xRRGGBBAA [default: 0x66FF0000] | ||
S:MissingHighlightColour=0x66FF0000 | ||
|
||
# Time interval in milliseconds for updating recipe information in Recipe Gui. | ||
# Never updated when set to -1. [range: -1 ~ 60000, default: 1500] | ||
I:UpdateIntervalTime=1500 | ||
} | ||
|
||
|
||
other { | ||
# If true, it will make all similar ingredient switch at the same time. [default: true] | ||
B:SyncIngredientSwitcher=true | ||
} | ||
|
||
|
||
transfer { | ||
# If a recipe type is in here, it will not be merged. [default: ] | ||
S:MergeBlackList < | ||
> | ||
|
||
# Ingredient Merge Mode Setting, here are all the modes. | ||
# "ENABLED" "DISABLED" WHITELIST [default: ENABLED] | ||
S:MergeMode=ENABLED | ||
|
||
# If true, the ingredient will be transferred from network first, then from inventory,and finally from jei.[Default:true] [default: true] | ||
B:NetworkOrInventoryFirst=true | ||
|
||
# If true, print current recipe type in log.[Default:false] [default: false] | ||
B:PrintRecipeType=false | ||
|
||
# If oredict has this mod's item, use it first. [default: ] | ||
S:PriorityMods < | ||
> | ||
|
||
# If true, the ingredient currently displayed by JEI will be transferred.[Default:false] [default: false] | ||
B:UseDisplayed=false | ||
} | ||
|
||
|
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
Binary file modified
BIN
+29 Bytes
(100%)
pax/modpack/overrides/config/tinker_ore_dict_melting_cache.dat
Binary file not shown.
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 |
---|---|---|
@@ -1 +1 @@ | ||
{"timeOfDayOverlay":{"New World----------------":false,"New World---------------":false,"New World--------------":false,"Rockharaght":false,"New World-------------":false,"-test":false,"New World--":false,"savedongo":false,"51.89.8.171:25565":false,"kokos-":false,"New World-----------------":false,"New World------------------":false,"Testtttt":false,"NewJoe":false,"New World-------------------":false,"Copy of New World-":false,"Water-Test":false,"Water-Rest":false,"New World--------------------":false,"LetsGoooou":false,"Mangroove":false,"New World---------------------":false,"New World----------------------":false,"Copy of New World--":false,"New World-----------------------":false,"New World------------------------":false,"New World-------------------------":false,"New World--------------------------":false,"New World---------------------------":false,"New World----------------------------":false,"New World-----------------------------":false,"New World------------------------------":false,"Zarastene":false,"New World-------------------------------":false,"Wasteland":false,"New World--------------------------------":false,"New World---------------------------------":false,"New World----------------------------------":false,"Copy of New World---":false,"New World-----------------------------------":false,"New World------------------------------------":false,"Testujem":false,"New World-------------------------------------":false,"New World--------------------------------------":false,"Skuska1000":false,"New World---------------------------------------":false,"Mesa":false,"New World----------------------------------------":false,"New World-----------------------------------------":false,"New World------------------------------------------":false,"New World-------------------------------------------":false,"Savana Bitch":false,"lopotok":false,"New World--------------------------------------------":false,"New World---------------------------------------------":false,"New World----------------------------------------------":false,"Copy of Mesa":false,"Geography":false,"GeoCraft":false,"New World-----------------------------------------------":false,"Teeest":false,"New World":false,"New World-":false,"New World------":false,"New World-------":false,"New World------------------------------------------------":false,"New World-------------------------------------------------":false,"New World--------------------------------------------------":false,"New World---------------------------------------------------":false,"New World----------------------------------------------------":false,"New World-----------------------------------------------------":false,"New World------------------------------------------------------":false,"Chtest":false,"New World-------------------------------------------------------":false,"Idkokos":false,"Saktest":false,"New Worldf":false,"New World--------------------------------------------------------":false,"New teskto":false,"New World---------------------------------------------------------":false,"Copy of Rockharaght":false,"Randomero":false,"efegfefefe":false,"Test Layers":false,"underdog.modded.fun":false,"teeeeeeeeskokos":false,"Test craters":false,"GRASS":false,"Quests Making 2":false,"Quests Making":false,"Quest Making 3":false,"Poggar":false,"Poggare":false,"Poggare Remastered":false,"Poggareku":false,"Poggare 2_0":false,"Copy of Poggare 3_0":false,"Pyrite - Test":false,"Copy of Pyrite - Test":false,"Poggare 4_0":false,"Poggare 2_6_0":false,"Poggare 5_0":false,"CotiRUBARE":false,"idk":false,"idk2":false,"RTG_ New":false,"Kokos--":false,"Mnew worlde":false,"Manuver":false,"Copy of Manuver":false,"Copy of Copy of Manuver":false,"Copy of Copy of Copy of Manuver":false,"Copy of Copy of Copy of Copy of":false,"tesko":false,"New Underdog World":false,"Copy of New Underdog World":false,"New Underdog World-":false,"New Underdog World--":false,"Underdoge":false,"New Underdog World---":false,"Performancer":false,"Teskopo":false,"89491948814":false,"New Underdog World----":false,"Igen":false,"IceIceBaby":false},"stepup":false,"fovChanges":true} | ||
{"timeOfDayOverlay":{"New World----------------":false,"New World---------------":false,"New World--------------":false,"Rockharaght":false,"New World-------------":false,"-test":false,"New World--":false,"savedongo":false,"51.89.8.171:25565":false,"kokos-":false,"New World-----------------":false,"New World------------------":false,"Testtttt":false,"NewJoe":false,"New World-------------------":false,"Copy of New World-":false,"Water-Test":false,"Water-Rest":false,"New World--------------------":false,"LetsGoooou":false,"Mangroove":false,"New World---------------------":false,"New World----------------------":false,"Copy of New World--":false,"New World-----------------------":false,"New World------------------------":false,"New World-------------------------":false,"New World--------------------------":false,"New World---------------------------":false,"New World----------------------------":false,"New World-----------------------------":false,"New World------------------------------":false,"Zarastene":false,"New World-------------------------------":false,"Wasteland":false,"New World--------------------------------":false,"New World---------------------------------":false,"New World----------------------------------":false,"Copy of New World---":false,"New World-----------------------------------":false,"New World------------------------------------":false,"Testujem":false,"New World-------------------------------------":false,"New World--------------------------------------":false,"Skuska1000":false,"New World---------------------------------------":false,"Mesa":false,"New World----------------------------------------":false,"New World-----------------------------------------":false,"New World------------------------------------------":false,"New World-------------------------------------------":false,"Savana Bitch":false,"lopotok":false,"New World--------------------------------------------":false,"New World---------------------------------------------":false,"New World----------------------------------------------":false,"Copy of Mesa":false,"Geography":false,"GeoCraft":false,"New World-----------------------------------------------":false,"Teeest":false,"New World":false,"New World-":false,"New World------":false,"New World-------":false,"New World------------------------------------------------":false,"New World-------------------------------------------------":false,"New World--------------------------------------------------":false,"New World---------------------------------------------------":false,"New World----------------------------------------------------":false,"New World-----------------------------------------------------":false,"New World------------------------------------------------------":false,"Chtest":false,"New World-------------------------------------------------------":false,"Idkokos":false,"Saktest":false,"New Worldf":false,"New World--------------------------------------------------------":false,"New teskto":false,"New World---------------------------------------------------------":false,"Copy of Rockharaght":false,"Randomero":false,"efegfefefe":false,"Test Layers":false,"underdog.modded.fun":false,"teeeeeeeeskokos":false,"Test craters":false,"GRASS":false,"Quests Making 2":false,"Quests Making":false,"Quest Making 3":false,"Poggar":false,"Poggare":false,"Poggare Remastered":false,"Poggareku":false,"Poggare 2_0":false,"Copy of Poggare 3_0":false,"Pyrite - Test":false,"Copy of Pyrite - Test":false,"Poggare 4_0":false,"Poggare 2_6_0":false,"Poggare 5_0":false,"CotiRUBARE":false,"idk":false,"idk2":false,"RTG_ New":false,"Kokos--":false,"Mnew worlde":false,"Manuver":false,"Copy of Manuver":false,"Copy of Copy of Manuver":false,"Copy of Copy of Copy of Manuver":false,"Copy of Copy of Copy of Copy of":false,"tesko":false,"New Underdog World":false,"Copy of New Underdog World":false,"New Underdog World-":false,"New Underdog World--":false,"Underdoge":false,"New Underdog World---":false,"Performancer":false,"Teskopo":false,"89491948814":false,"New Underdog World----":false,"Igen":false,"IceIceBaby":false,"Underdog Playtrough":false},"stepup":false,"fovChanges":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