diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 deleted file mode 100644 index c89ed3a..0000000 --- a/config/roughlyenoughitems/config.json5 +++ /dev/null @@ -1,174 +0,0 @@ -{ - "basics": { - "favorites": [ - "{data:{Count:1b,id:\"minecraft:waxed_weathered_cut_copper_slab\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{Count:1b,id:\"minecraft:waxed_exposed_cut_copper_slab\",type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{Count:1b,id:\"mythicmetals:banglum_chestplate\",tag:{Damage:0},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}", - "{data:{Count:1b,id:\"mythicmetals:steel_pickaxe\",tag:{Damage:0},type:\"minecraft:item\"},type:\"roughlyenoughitems:entry_stack\"}" - ], - "hiddenFavorites": [], - "displayHistory": [], - // Declares whether cheating mode is on. - "cheating": true, - "favoritesEnabled": true, - "keyBindings": { - "recipeKeybind": { - "keyCode": "key.keyboard.r", - "modifier": 2 - }, - "usageKeybind": { - "keyCode": "key.keyboard.u", - "modifier": 2 - }, - "hideKeybind": { - "keyCode": "key.keyboard.o", - "modifier": 2 - }, - "previousPageKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "nextPageKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "focusSearchFieldKeybind": { - "keyCode": "key.keyboard.unknown", - "modifier": 0 - }, - "copyRecipeIdentifierKeybind": { - "keyCode": "key.mouse.middle", - "modifier": 0 - }, - "favoriteKeybind": { - "keyCode": "key.keyboard.a", - "modifier": 2 - }, - "exportImageKeybind": { - "keyCode": "key.keyboard.f8", - "modifier": 0 - }, - "previousScreenKeybind": { - "keyCode": "key.keyboard.backspace", - "modifier": 0 - } - }, - // Declares whether REI is visible. - "overlayVisible": true, - "cheatingStyle": "GRAB", - "motion": { - "favoritesAnimation": true - } - }, - "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, - // Declares whether favorites tooltip should be displayed. - "displayFavoritesTooltip": false, - "displayIMEHints": true - }, - "layout": { - // The ordering of the items on the entry panel. - "entryPanelOrdering": "REGISTRY_ASCENDING", - // Declares the maximum amount of recipes displayed in a page if possible. - "maxRecipesPerPage": 8, - // Declares the maximum amount of recipes displayed in a page if possible. - "maxRecipesPageHeight": 300, - // Declares whether entry rendering time should be debugged. - "debugRenderTimeRequired": false, - // Merges displays with equal contents under 1 display. - "mergeDisplayUnderOne": true, - "favoriteAddWidgetMode": "ALWAYS_VISIBLE" - }, - "accessibility": { - "entrySize": 1.0, - // Declares the position of the entry panel. - "displayPanelLocation": "RIGHT", - // Declares how the scrollbar in composite screen should act. - "compositeScrollBarPermanent": false, - "toastDisplayedOnCopyIdentifier": true, - // Declares whether REI should use compact tabs for categories. - "useCompactTabs": true, - // Declares whether REI should use compact tab buttons for categories. - "useCompactTabButtons": false - }, - "search": { - // Declares whether search time should be debugged. - "debugSearchTimeRequired": false, - // Declares whether REI should search async. - "asyncSearch": true, - // Declares how many entries should be grouped one async search. - "asyncSearchPartitionSize": 100, - "patchAsyncThreadCrash": true, - "tooltipSearch": "ALWAYS", - "tagSearch": "PREFIX", - "identifierSearch": "ALWAYS", - "modSearch": "PREFIX" - }, - "commands": { - // Declares the command used to change gamemode. - "gamemodeCommand": "/gamemode {gamemode}", - // Declares the command used in servers to cheat items. - "giveCommand": "/give {player_name} {item_identifier}{nbt} {count}", - // Declares the command used to change weather. - "weatherCommand": "/weather {weather}", - // Declares the command used to change time. - "timeCommand": "/time set {time}" - }, - "miscellaneous": { - // Declares whether arrows in containers should be clickable. - "clickableRecipeArrows": true, - "registerRecipesInAnotherThread": true, - "newFastEntryRendering": true, - "cachingFastEntryRendering": false - } - }, - "appearance": { - "recipeScreenType": "ORIGINAL", - // Declares the appearance of REI windows. - "theme": "LIGHT", - "layout": { - // Declares the position of the search field. - "searchFieldLocation": "CENTER", - // 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, - "horizontalEntriesBoundaries": 1.0, - "verticalEntriesBoundaries": 1.0, - "horizontalEntriesBoundariesColumns": 50, - "verticalEntriesBoundariesRows": 1000, - "favoritesHorizontalEntriesBoundaries": 1.0, - "favoritesHorizontalEntriesBoundariesColumns": 50, - "syntaxHighlightingMode": "COLORFUL", - "isFocusModeZoomed": false - }, - "functionality": { - "inputMethod": null, - // 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": false, - // Declares whether subsets is enabled. - "isSubsetsEnabled": false, - "allowInventoryHighlighting": true, - "itemCheatingMode": "REI_LIKE" - } -} \ No newline at end of file diff --git a/config/roughlyenoughitems/hints.json b/config/roughlyenoughitems/hints.json deleted file mode 100644 index b5676b0..0000000 --- a/config/roughlyenoughitems/hints.json +++ /dev/null @@ -1 +0,0 @@ -{"UUID":"a8fbc08378784efaa1888eead5bb8093","shownHints":[]} \ No newline at end of file diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties deleted file mode 100644 index f16e56d..0000000 --- a/config/roughlyenoughitems/pinyin.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Pinyin Options -#Sun Jan 29 16:48:35 CET 2023 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties deleted file mode 100644 index ec97acf..0000000 --- a/config/roughlyenoughitems/pinyin_double.properties +++ /dev/null @@ -1,3 +0,0 @@ -#Double Pinyin Options -#Sun Jan 29 16:48:35 CET 2023 -Converter=sougou