|
|
|
|
@@ -1,17 +1,13 @@
|
|
|
|
|
{
|
|
|
|
|
"basics": {
|
|
|
|
|
"favorites": [
|
|
|
|
|
"{id:\"ftbteams:my_team\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbteams:textures/teams.png\",\"x\":0,\"click\":\"ftbteams:open_gui\",\"loading_screen\":true}',type:\"ftblibrary:sidebar_button\"}",
|
|
|
|
|
"{id:\"ftbquests:quests\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbquests:item/book\",\"x\":610,\"click\":\"ftbquests:open_gui\",\"required_server_mods\":[\"ftbquests\"],\"custom_text\":true}',type:\"ftblibrary:sidebar_button\"}",
|
|
|
|
|
"{data:{Count:1b,id:\"minecraft:cobblestone_wall\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}",
|
|
|
|
|
"{data:{Count:1b,id:\"minecraft:tipped_arrow\",tag:{Potion:\"minecraft:turtle_master\"},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}"
|
|
|
|
|
],
|
|
|
|
|
"favorites": [],
|
|
|
|
|
"hiddenFavorites": [],
|
|
|
|
|
"displayHistory": [],
|
|
|
|
|
// Declares whether cheating mode is on.
|
|
|
|
|
"cheating": false,
|
|
|
|
|
"favoritesEnabled": true,
|
|
|
|
|
"reduceMotion": false,
|
|
|
|
|
"keyBindings": {
|
|
|
|
|
"useNativeKeybinds": false,
|
|
|
|
|
"recipeKeybind": {
|
|
|
|
|
"keyCode": "key.keyboard.r",
|
|
|
|
|
"modifier": 0
|
|
|
|
|
@@ -55,23 +51,52 @@
|
|
|
|
|
},
|
|
|
|
|
// Declares whether REI is visible.
|
|
|
|
|
"overlayVisible": true,
|
|
|
|
|
"cheatingStyle": "GRAB",
|
|
|
|
|
"motion": {
|
|
|
|
|
"favoritesAnimation": true
|
|
|
|
|
}
|
|
|
|
|
"cheatingStyle": "GRAB"
|
|
|
|
|
},
|
|
|
|
|
"appearance": {
|
|
|
|
|
"recipeScreenType": "ORIGINAL",
|
|
|
|
|
// Declares the appearance of REI windows.
|
|
|
|
|
"theme": "LIGHT",
|
|
|
|
|
"layout": {
|
|
|
|
|
// Declares the position of the search field.
|
|
|
|
|
"searchFieldLocation": "BOTTOM_SIDE",
|
|
|
|
|
// Declares the position of the config button.
|
|
|
|
|
"configButtonLocation": "LOWER",
|
|
|
|
|
// Declares whether the craftable filter button is enabled.
|
|
|
|
|
"showCraftableOnlyButton": true
|
|
|
|
|
},
|
|
|
|
|
// Declares the appearance of recipe's border.
|
|
|
|
|
"recipeBorder": "DEFAULT",
|
|
|
|
|
// Declares whether entry panel is scrolled.
|
|
|
|
|
"scrollingEntryListWidget": false,
|
|
|
|
|
// Declares whether entry panel should be invisible when not searching
|
|
|
|
|
"hideEntryPanelIfIdle": false,
|
|
|
|
|
"rainbow": false,
|
|
|
|
|
"horizontalEntriesBoundaries": 1.0,
|
|
|
|
|
"verticalEntriesBoundaries": 1.0,
|
|
|
|
|
"horizontalEntriesBoundariesColumns": 5,
|
|
|
|
|
"verticalEntriesBoundariesRows": 1000,
|
|
|
|
|
"horizontalEntriesBoundariesAlignment": 1.0,
|
|
|
|
|
"verticalEntriesBoundariesAlignment": 0.5,
|
|
|
|
|
"favoritesHorizontalEntriesBoundaries": 1.0,
|
|
|
|
|
"favoritesHorizontalEntriesBoundariesColumns": 50,
|
|
|
|
|
"syntaxHighlightingMode": "COLORFUL",
|
|
|
|
|
"isFocusModeZoomed": false
|
|
|
|
|
},
|
|
|
|
|
"functionality": {
|
|
|
|
|
"inputMethod": "rei:pinyin",
|
|
|
|
|
// Declares whether REI should remove the recipe book.
|
|
|
|
|
"disableRecipeBook": false,
|
|
|
|
|
// Declares whether mob effects should be on the left side instead of the right side.
|
|
|
|
|
"leftSideMobEffects": true,
|
|
|
|
|
// Declares whether subsets is enabled.
|
|
|
|
|
"isSubsetsEnabled": false,
|
|
|
|
|
"allowInventoryHighlighting": true,
|
|
|
|
|
"inventoryHighlightingDarkenOpacity": 0.85,
|
|
|
|
|
"inventoryHighlightingOpacity": 1.0,
|
|
|
|
|
"itemCheatingMode": "REI_LIKE"
|
|
|
|
|
},
|
|
|
|
|
"advanced": {
|
|
|
|
|
"filtering": {
|
|
|
|
|
"shouldFilterDisplays": true,
|
|
|
|
|
"filteringRules": [
|
|
|
|
|
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
|
|
|
|
"{id:\"roughlyenoughitems:basic\",rule:{}}",
|
|
|
|
|
"{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}"
|
|
|
|
|
],
|
|
|
|
|
"filteringQuickCraftCategories": { },
|
|
|
|
|
"filteredStacks": []
|
|
|
|
|
},
|
|
|
|
|
"enableJeiCompatibilityLayer": true,
|
|
|
|
|
"tooltips": {
|
|
|
|
|
// Declares whether REI should append mod names to entries.
|
|
|
|
|
"appendModNames": true,
|
|
|
|
|
@@ -133,43 +158,20 @@
|
|
|
|
|
"registerRecipesInAnotherThread": true,
|
|
|
|
|
"newFastEntryRendering": true,
|
|
|
|
|
"cachingFastEntryRendering": false,
|
|
|
|
|
"cachingDisplayLookup": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"appearance": {
|
|
|
|
|
"recipeScreenType": "ORIGINAL",
|
|
|
|
|
// Declares the appearance of REI windows.
|
|
|
|
|
"theme": "LIGHT",
|
|
|
|
|
"layout": {
|
|
|
|
|
// Declares the position of the search field.
|
|
|
|
|
"searchFieldLocation": "BOTTOM_SIDE",
|
|
|
|
|
// Declares the position of the config button.
|
|
|
|
|
"configButtonLocation": "LOWER",
|
|
|
|
|
// Declares whether the craftable filter button is enabled.
|
|
|
|
|
"showCraftableOnlyButton": true
|
|
|
|
|
"cachingDisplayLookup": true,
|
|
|
|
|
"categorySettings": {
|
|
|
|
|
"filteringQuickCraftCategories": { },
|
|
|
|
|
"categoryOrdering": [],
|
|
|
|
|
"hiddenCategories": []
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// Declares the appearance of recipe's border.
|
|
|
|
|
"recipeBorder": "DEFAULT",
|
|
|
|
|
// Declares whether entry panel is scrolled.
|
|
|
|
|
"scrollingEntryListWidget": false,
|
|
|
|
|
"horizontalEntriesBoundaries": 1.0,
|
|
|
|
|
"verticalEntriesBoundaries": 1.0,
|
|
|
|
|
"horizontalEntriesBoundariesColumns": 5,
|
|
|
|
|
"verticalEntriesBoundariesRows": 1000,
|
|
|
|
|
"favoritesHorizontalEntriesBoundaries": 1.0,
|
|
|
|
|
"favoritesHorizontalEntriesBoundariesColumns": 50,
|
|
|
|
|
"syntaxHighlightingMode": "COLORFUL",
|
|
|
|
|
"isFocusModeZoomed": false
|
|
|
|
|
},
|
|
|
|
|
"functionality": {
|
|
|
|
|
"inputMethod": "rei:pinyin",
|
|
|
|
|
// Declares whether REI should remove the recipe book.
|
|
|
|
|
"disableRecipeBook": false,
|
|
|
|
|
// Declares whether mob effects should be on the left side instead of the right side.
|
|
|
|
|
"leftSideMobEffects": true,
|
|
|
|
|
// Declares whether subsets is enabled.
|
|
|
|
|
"isSubsetsEnabled": false,
|
|
|
|
|
"allowInventoryHighlighting": true,
|
|
|
|
|
"itemCheatingMode": "REI_LIKE"
|
|
|
|
|
"filtering": {
|
|
|
|
|
"filteredStacks": [],
|
|
|
|
|
"shouldFilterDisplays": true,
|
|
|
|
|
"filteringRules": [
|
|
|
|
|
"{id:\"roughlyenoughitems:manual\",rule:{}}",
|
|
|
|
|
"{id:\"roughlyenoughitems:basic\",rule:{}}"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|