This commit is contained in:
parent
3bb44687c4
commit
2350e6aa54
1397 changed files with 337157 additions and 435 deletions
0
config/defaultoptions/extra/config/jei/blacklist.cfg
Normal file
0
config/defaultoptions/extra/config/jei/blacklist.cfg
Normal file
211
config/defaultoptions/extra/config/jei/jei-client.ini
Normal file
211
config/defaultoptions/extra/config/jei/jei-client.ini
Normal file
|
|
@ -0,0 +1,211 @@
|
|||
[appearance]
|
||||
# Description: Display search bar in the center
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CenterSearch = false
|
||||
|
||||
# Description: Max. recipe gui height
|
||||
# Valid Values: Any integer greater than or equal to 175
|
||||
# Default Value: 350
|
||||
RecipeGuiHeight = 350
|
||||
|
||||
|
||||
[cheat_mode]
|
||||
# Description: How items should be handed to you
|
||||
# Valid Values: [INVENTORY, MOUSE_PICKUP]
|
||||
# Default Value: MOUSE_PICKUP
|
||||
GiveMode = MOUSE_PICKUP
|
||||
|
||||
# Description: Enable cheating items into the hotbar by using the shift+number keys.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CheatToHotbarUsingHotkeysEnabled = false
|
||||
|
||||
# Description: Enable showing items that are not in the creative menu.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
ShowHiddenItems = false
|
||||
|
||||
|
||||
[bookmarks]
|
||||
# Description: Add new bookmarks to the front of the bookmark list instead of the end.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
AddBookmarksToFrontEnabled = false
|
||||
|
||||
# Description: Extra features for bookmark tooltips
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [PREVIEW, INGREDIENTS]
|
||||
# Default Value: PREVIEW
|
||||
BookmarkTooltipFeatures = PREVIEW
|
||||
|
||||
# Description: Hold shift to show bookmark tooltip features
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HoldShiftToShowBookmarkTooltipFeatures = true
|
||||
|
||||
# Description: Drag bookmarks to rearrange them in the list
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
DragToRearrangeBookmarksEnabled = true
|
||||
|
||||
|
||||
[advanced]
|
||||
# Description: Set low-memory mode (makes search very slow, but uses less RAM)
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
LowMemorySlowSearchEnabled = false
|
||||
|
||||
# Description: Catch render errors from ingredients and attempt to recover from them instead of crashing.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
CatchRenderErrorsEnabled = true
|
||||
|
||||
# Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
lookupFluidContentsEnabled = false
|
||||
|
||||
# Description: When searching for item tags, also include tags for the default blocks contained in the items.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
lookupBlockTagsEnabled = true
|
||||
|
||||
# Description: Number of milliseconds before a long mouse click is considered to become a drag operation
|
||||
# Valid Values: An integer in the range [0, 1000] (inclusive)
|
||||
# Default Value: 150
|
||||
dragDelayInMilliseconds = 150
|
||||
|
||||
|
||||
[sorting]
|
||||
# Description: Sorting order for the ingredient list
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [MOD_NAME, INGREDIENT_TYPE, ALPHABETICAL, CREATIVE_MENU, TAG, ARMOR, MAX_DURABILITY]
|
||||
# Default Value: MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
IngredientSortStages = MOD_NAME, INGREDIENT_TYPE, CREATIVE_MENU
|
||||
|
||||
# Description: Sorting order for displayed recipes
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# [BOOKMARKED, CRAFTABLE]
|
||||
# Default Value: BOOKMARKED, CRAFTABLE
|
||||
RecipeSorterStages = BOOKMARKED, CRAFTABLE
|
||||
|
||||
|
||||
[tags]
|
||||
# Description: Show tag content in tooltips
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
TagContentTooltipEnabled = true
|
||||
|
||||
# Description: Hide tag content in tooltips if the tag has 1 ingredient
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
HideSingleIngredientTagsEnabled = true
|
||||
|
||||
|
||||
[search]
|
||||
# Description: Search mode for Mod Names (prefix: @)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
ModNameSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Tooltips (prefix: #)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
TooltipSearchMode = ENABLED
|
||||
|
||||
# Description: Search mode for Tag Names (prefix: $)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: REQUIRE_PREFIX
|
||||
TagSearchMode = REQUIRE_PREFIX
|
||||
|
||||
# Description: Search mode for Colors (prefix: ^)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ColorSearchMode = DISABLED
|
||||
|
||||
# Description: Search mode for resources locations (prefix: &)
|
||||
# Valid Values: [ENABLED, REQUIRE_PREFIX, DISABLED]
|
||||
# Default Value: DISABLED
|
||||
ResourceLocationSearchMode = DISABLED
|
||||
|
||||
# Description: Search advanced tooltips (visible with F3+H)
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
SearchAdvancedTooltips = false
|
||||
|
||||
# Description: Search mod ids in addition to mod names
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchModIds = true
|
||||
|
||||
# Description: Search by the shorthand first letters of a mod's name
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: true
|
||||
SearchShortModNames = true
|
||||
|
||||
|
||||
[IngredientList]
|
||||
# Description: Max number of rows shown
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: RIGHT
|
||||
HorizontalAlignment = RIGHT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
[BookmarkList]
|
||||
# Description: Max number of rows shown
|
||||
# Valid Values: An integer in the range [1, 100] (inclusive)
|
||||
# Default Value: 16
|
||||
MaxRows = 16
|
||||
|
||||
# Description: Max number of columns shown
|
||||
# Valid Values: An integer in the range [4, 100] (inclusive)
|
||||
# Default Value: 9
|
||||
MaxColumns = 9
|
||||
|
||||
# Description: Horizontal alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [LEFT, CENTER, RIGHT]
|
||||
# Default Value: LEFT
|
||||
HorizontalAlignment = LEFT
|
||||
|
||||
# Description: Vertical alignment of the ingredient grid inside the available area
|
||||
# Valid Values: [TOP, CENTER, BOTTOM]
|
||||
# Default Value: TOP
|
||||
VerticalAlignment = TOP
|
||||
|
||||
# Description: Visibility of the top page buttons. Use AUTO_HIDE to only show it when there are multiple pages.
|
||||
# Valid Values: [ENABLED, AUTO_HIDE, DISABLED]
|
||||
# Default Value: ENABLED
|
||||
ButtonNavigationVisibility = ENABLED
|
||||
|
||||
# Description: Set to true to draw a background texture behind the gui.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DrawBackground = false
|
||||
|
||||
|
||||
8
config/defaultoptions/extra/config/jei/jei-colors.ini
Normal file
8
config/defaultoptions/extra/config/jei/jei-colors.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[colors]
|
||||
# Description: Color values to search for
|
||||
# Valid Values: A comma-separated list containing values of:
|
||||
# Any color name and an RGB hex color, separated by a ':'
|
||||
# Default Value: White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
SearchColors = White:EEEEEE, LightBlue:7492CC, Cyan:00EEEE, Blue:2222DD, LapisBlue:25418B, Teal:008080, Yellow:CACB58, GoldenYellow:EED700, Orange:D97634, Pink:D1899D, HotPink:FC0FC0, Magenta:B24BBB, Purple:813EB9, EvilPurple:2E1649, Lavender:B57EDC, Indigo:480082, Sand:DBD3A0, Tan:BB9B63, LightBrown:A0522D, Brown:634B33, DarkBrown:3A2D13, LimeGreen:43B239, SlimeGreen:83CB73, Green:008000, DarkGreen:224D22, GrassGreen:548049, Red:963430, BrickRed:B0604B, NetherBrick:2A1516, Redstone:CE3E36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0
|
||||
|
||||
|
||||
27
config/defaultoptions/extra/config/jei/jei-debug.ini
Normal file
27
config/defaultoptions/extra/config/jei/jei-debug.ini
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[debug]
|
||||
# Description: Debug mode enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugMode = false
|
||||
|
||||
# Description: Debug GUIs enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugGuis = false
|
||||
|
||||
# Description: Debug inputs enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugInputs = false
|
||||
|
||||
# Description: Debug ingredients enabled
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
DebugIngredients = false
|
||||
|
||||
# Description: Adds ingredients to JEI that intentionally crash, to help debug JEI.
|
||||
# Valid Values: [true, false]
|
||||
# Default Value: false
|
||||
CrashingTestItemsEnabled = false
|
||||
|
||||
|
||||
11
config/defaultoptions/extra/config/jei/jei-mod-id-format.ini
Normal file
11
config/defaultoptions/extra/config/jei/jei-mod-id-format.ini
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[modname]
|
||||
# Description: Formatting for mod name tooltip
|
||||
# Valid Values: A chat formatting string.
|
||||
# Use these formatting colors:
|
||||
# black dark_blue dark_green dark_aqua dark_red dark_purple gold gray dark_gray blue green aqua red light_purple yellow white
|
||||
# With these formatting options:
|
||||
# obfuscated bold strikethrough underline italic
|
||||
# Default Value: blue italic
|
||||
ModNameFormat = blue italic
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,131 @@
|
|||
minecraft:crafting
|
||||
minecraft:anvil
|
||||
minecraft:blasting
|
||||
minecraft:brewing
|
||||
minecraft:campfire
|
||||
minecraft:compostable
|
||||
minecraft:fuel
|
||||
minecraft:furnace
|
||||
minecraft:smithing
|
||||
minecraft:smoking
|
||||
minecraft:stonecutting
|
||||
adventuresmod:dragon_forging
|
||||
create:automatic_brewing
|
||||
create:automatic_packing
|
||||
create:automatic_shaped
|
||||
create:automatic_shapeless
|
||||
create:block_cutting
|
||||
create:crushing
|
||||
create:deploying
|
||||
create:draining
|
||||
create:fan_blasting
|
||||
create:fan_haunting
|
||||
create:fan_smoking
|
||||
create:fan_washing
|
||||
create:item_application
|
||||
create:mechanical_crafting
|
||||
create:milling
|
||||
create:mixing
|
||||
create:mystery_conversion
|
||||
create:packing
|
||||
create:pressing
|
||||
create:sandpaper_polishing
|
||||
create:sawing
|
||||
create:sequenced_assembly
|
||||
create:spout_filling
|
||||
create:wood_cutting
|
||||
createaddition:charging
|
||||
createaddition:liquid_burning
|
||||
createaddition:rolling
|
||||
createbigcannons:built_up_heating
|
||||
createbigcannons:cannon_casting
|
||||
createbigcannons:drill_boring
|
||||
createbigcannons:incomplete_cannon_blocks
|
||||
createbigcannons:melting
|
||||
estrogen:centrifuging
|
||||
estrogen:entity_interaction
|
||||
hexerei:add_to_candle
|
||||
hexerei:blood_sigil
|
||||
hexerei:book_of_shadows_dye
|
||||
hexerei:bottling
|
||||
hexerei:crow_flute_dye
|
||||
hexerei:dipper
|
||||
hexerei:drying_rack
|
||||
hexerei:fluid_mixing
|
||||
hexerei:keychain_apply
|
||||
hexerei:mixingcauldron
|
||||
hexerei:pestle_and_mortar
|
||||
hexerei:plant_picking
|
||||
hexerei:potion_mixing
|
||||
hexerei:woodcutter
|
||||
jei:information
|
||||
pneumaticcraft:amadron_trade
|
||||
pneumaticcraft:assembly
|
||||
pneumaticcraft:etching_tank
|
||||
pneumaticcraft:explosion_crafting
|
||||
pneumaticcraft:fluid_mixer
|
||||
pneumaticcraft:heat_frame_cooling
|
||||
pneumaticcraft:heat_properties
|
||||
pneumaticcraft:memory_essence
|
||||
pneumaticcraft:plastic_solidifying
|
||||
pneumaticcraft:pressure_chamber
|
||||
pneumaticcraft:refinery
|
||||
pneumaticcraft:spawner_extraction
|
||||
pneumaticcraft:thermo_plant
|
||||
pneumaticcraft:uv_light_box
|
||||
pneumaticcraft:yeast_crafting
|
||||
tacz:attachment_query
|
||||
tacz:gun_smith_table
|
||||
ae2:attunement
|
||||
ae2:certus_growth
|
||||
ae2:charger
|
||||
ae2:condenser
|
||||
ae2:entropy
|
||||
ae2:inscriber
|
||||
ae2:item_transformation
|
||||
immersiveengineering:alloy
|
||||
immersiveengineering:arc_furnace
|
||||
immersiveengineering:arc_recycling
|
||||
immersiveengineering:blast_furnace
|
||||
immersiveengineering:blast_furnace_fuel
|
||||
immersiveengineering:blueprint
|
||||
immersiveengineering:bottling_machine
|
||||
immersiveengineering:cloche
|
||||
immersiveengineering:coke_oven
|
||||
immersiveengineering:crusher
|
||||
immersiveengineering:fermenter
|
||||
immersiveengineering:fertilizer
|
||||
immersiveengineering:metal_press
|
||||
immersiveengineering:mixer
|
||||
immersiveengineering:refinery
|
||||
immersiveengineering:sawmill
|
||||
immersiveengineering:squeezer
|
||||
create_dd:fan_freezing
|
||||
create_dd:fan_sanding
|
||||
create_dd:fan_seething
|
||||
alexscaves:nuclear_furnace
|
||||
alexscaves:spelunkery_table
|
||||
farmersdelight:cooking
|
||||
farmersdelight:cutting
|
||||
farmersdelight:decomposition
|
||||
occultism:crushing
|
||||
occultism:miner
|
||||
occultism:ritual
|
||||
occultism:spirit_fire
|
||||
youkaishomecoming:drying_rack
|
||||
youkaishomecoming:ferment
|
||||
youkaishomecoming:kettle
|
||||
youkaishomecoming:moka
|
||||
jeresources:dungeon
|
||||
jeresources:enchantment
|
||||
jeresources:mob
|
||||
jeresources:plant
|
||||
jeresources:villager
|
||||
jeresources:worldgen
|
||||
vampirism:alchemical_cauldron
|
||||
vampirism:alchemy_table
|
||||
vampirism:blessing
|
||||
vampirism:hunter_weapon
|
||||
vampirism:potion
|
||||
vampirism:task
|
||||
waystones:warp_plate
|
||||
Loading…
Add table
Add a link
Reference in a new issue