123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "basics": {
- "favorites": [],
- "hiddenFavorites": [
- "{mode:\"SURVIVAL\",type:\"roughlyenoughitems:gamemode\"}",
- "{mode:\"CREATIVE\",type:\"roughlyenoughitems:gamemode\"}",
- "{mode:\"ADVENTURE\",type:\"roughlyenoughitems:gamemode\"}",
- "{mode:\"SPECTATOR\",type:\"roughlyenoughitems:gamemode\"}",
- "{mode:\"NOT_SET\",type:\"roughlyenoughitems:gamemode\"}"
- ],
- "displayHistory": [],
- // Declares whether cheating mode is on.
- "cheating": "WHEN_CREATIVE",
- "favoritesEnabled": true,
- "keyBindings": {
- "recipeKeybind": {
- "keyCode": "key.keyboard.r",
- "modifier": 0
- },
- "usageKeybind": {
- "keyCode": "key.keyboard.u",
- "modifier": 0
- },
- "hideKeybind": {
- "keyCode": "key.keyboard.o",
- "modifier": 0
- },
- "previousPageKeybind": {
- "keyCode": "key.keyboard.unknown",
- "modifier": 0
- },
- "nextPageKeybind": {
- "keyCode": "key.keyboard.unknown",
- "modifier": 0
- },
- "focusSearchFieldKeybind": {
- "keyCode": "key.keyboard.f",
- "modifier": 2
- },
- "copyRecipeIdentifierKeybind": {
- "keyCode": "key.mouse.middle",
- "modifier": 0
- },
- "favoriteKeybind": {
- "keyCode": "key.keyboard.a",
- "modifier": 0
- },
- "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:{}}"
- ],
- "filteredStacks": []
- },
- "enableJeiCompatibilityLayer": true,
- "tooltips": {
- // Declares whether REI should append mod names to entries.
- "appendModNames": true,
- // Declares whether favorites tooltip should be displayed.
- "displayFavoritesTooltip": false
- },
- "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": true
- },
- "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": 10,
- "verticalEntriesBoundariesRows": 1000,
- "favoritesHorizontalEntriesBoundaries": 1.0,
- "favoritesHorizontalEntriesBoundariesColumns": 50,
- "syntaxHighlightingMode": "COLORFUL",
- "isFocusModeZoomed": false
- },
- "functionality": {
- "inputMethod": null,
- // Declares whether REI should remove the recipe book.
- "disableRecipeBook": true,
- // 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"
- }
- }
|