SwagTopia.binrar.metainfexe/client/config/recipeessentials.json

26 lines
1.1 KiB
JSON
Raw Normal View History

2025-02-05 00:44:34 -08:00
{
"disableRecipebook": {
"desc:": "Disables the recipe book entirely, removes the button on client side and removes synced data on server side: default:false",
"disableRecipebook": false
},
"enableBetterRecipebookSorting": {
"desc:": "Enables better sorting for the list of displayed recipes in the recipebook, craftables and recently used recipes are priotized: default:true",
"enableBetterRecipebookSorting": true
},
"recipebookShowAll": {
"desc:": "Enables the recipe book to show all recipes from the get go, also enables modded recipes to show and disables network/login overhead: default:true",
"recipebookShowAll": true
},
"fastItemComparisons": {
"desc:": "Enables faster item comparison for better performance, disable on mod conflicts: default:true",
"fastItemComparisons": true
},
"cacheRecipes": {
"desc:": "Caches recipe lookups to greatly improve lookup speed: default:true",
"cacheRecipes": true
},
"logCachingErrors": {
"desc:": "Enables error logging for recipe caching: default:false",
"logCachingErrors": false
}
}