0.0.8-alpha

This commit is contained in:
2024-12-10 06:03:11 +08:00
parent e92b0e5c8b
commit 2bc76518e0
233 changed files with 6676 additions and 890 deletions

View File

@@ -0,0 +1,4 @@
{
"disabledGroups": [],
"customGroups": []
}

View File

@@ -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:{}}"
]
}
}
}

View File

@@ -0,0 +1,5 @@
{
"favorites": [],
"hiddenFavorites": [],
"displays": []
}

View File

@@ -1 +1 @@
{"UUID":"0000000000003007998FFD40182613AF","shownHints":[]}
{"UUID":"e3d46296b34438efbd1b8215a0721441","shownHints":[]}

View File

@@ -1,2 +1,2 @@
#Pinyin Options
#Tue Mar 12 16:13:21 CST 2024
#Mon Dec 09 16:12:52 CST 2024

View File

@@ -1,3 +1,3 @@
#Double Pinyin Options
#Tue Mar 12 16:13:21 CST 2024
#Mon Dec 09 16:12:52 CST 2024
Converter=sougou