diff --git a/.gitignore b/.gitignore index 8964861df..e5ae417b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,17 @@ # Configs config/jei/world/* -config/roughlyenoughitems/* +config/roughlyenoughitems/changelog.txt +config/roughlyenoughitems/hints.json +config/roughlyenoughitems/pinyin.properties +config/roughlyenoughitems/pinyin_double.properties config/oculus.properties config/smoothboot.json config/fml.toml config/forge-client.toml config/chiselsandbits-client.toml config/chiselsandbits-common.toml +config/xaerominimap_entities.json # .minecraft crash-reports/* diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 new file mode 100644 index 000000000..f79d21c72 --- /dev/null +++ b/config/roughlyenoughitems/config.json5 @@ -0,0 +1,170 @@ +{ + "basics": { + "favorites": [], + "hiddenFavorites": [], + "displayHistory": [], + // Declares whether cheating mode is on. + "cheating": true, + "favoritesEnabled": true, + "keyBindings": { + "recipeKeybind": { + "keyCode": "key.keyboard.r", + "modifier": 0 + }, + "usageKeybind": { + "keyCode": "key.keyboard.u", + "modifier": 0 + }, + "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": 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:{}}", + "{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, + "cachingDisplayLookup": true + } + }, + "appearance": { + "recipeScreenType": "ORIGINAL", + // Declares the appearance of REI windows. + "theme": "DARK", + "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, + "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/xaerominimap_entities.json b/config/xaerominimap_entities.json deleted file mode 100644 index 7f813b6a7..000000000 --- a/config/xaerominimap_entities.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:glow_item_frame", - "minecraft:item_frame" - ], - "name": "gui.xaero_entity_category_root", - "protection": true, - "settingOverrides": { - "displayed": true, - "displayHeight": 0.0, - "heightBasedFade": true, - "renderOrder": 0.0, - "color": 13.0, - "displayNameWhenIconFails": true, - "entityNumber": 1000.0, - "alwaysDisplayNametags": false, - "startFadingAt": 0.0, - "dotSize": 2.0, - "renderOverMinimapFrame": 1.0, - "icons": 1.0, - "names": 0.0, - "heightLimit": 20.0, - "iconScale": 1.0 - }, - "subCategories": [ - { - "hardInclude": "living", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [ - "minecraft:armor_stand" - ], - "name": "gui.xaero_entity_category_living", - "protection": true, - "settingOverrides": { - "renderOrder": 2.0, - "color": 14.0 - }, - "subCategories": [ - { - "hardInclude": "players", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_players", - "protection": true, - "settingOverrides": { - "renderOrder": 6.0, - "heightLimit": 2050.0, - "color": 15.0 - }, - "subCategories": [ - { - "hardInclude": "nothing", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friend", - "protection": true, - "settingOverrides": {}, - "subCategories": [] - }, - { - "hardInclude": "tracked", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_tracked", - "protection": true, - "settingOverrides": { - "icons": 2.0 - }, - "subCategories": [] - }, - { - "hardInclude": "same-team", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_same_team", - "protection": true, - "settingOverrides": {}, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_teams", - "protection": true, - "settingOverrides": { - "renderOrder": 7.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "hostile", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile", - "protection": true, - "settingOverrides": { - "renderOrder": 3.0 - }, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_hostile_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 5.0 - }, - "subCategories": [] - } - ] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly", - "protection": true, - "settingOverrides": {}, - "subCategories": [ - { - "hardInclude": "tamed", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_friendly_tamed", - "protection": true, - "settingOverrides": { - "renderOrder": 4.0 - }, - "subCategories": [] - } - ] - } - ] - }, - { - "hardInclude": "items", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_items", - "protection": true, - "settingOverrides": { - "renderOrder": 1.0, - "color": 12.0 - }, - "subCategories": [] - }, - { - "hardInclude": "anything", - "includeList": [], - "includeListInSuperCategory": true, - "excludeMode": "ONLY", - "excludeList": [], - "name": "gui.xaero_entity_category_other_entities", - "protection": true, - "settingOverrides": { - "color": 5.0 - }, - "subCategories": [] - } - ] -} \ No newline at end of file