This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/recipeessentials.json

30 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
{
"disableRecipebook": {
"desc:": "Whether to disable 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: default:true",
"recipebookShowAll": true
},
"fastItemComparisons": {
"desc:": "Enables faster item comparison for better performance, disable on mod conflicts: default:true",
"fastItemComparisons": true
},
"smallerRecipePacket": {
"desc:": "Reduces the size of the recipe packet, to prevent errors on too large packets and helps bad connections, requires the mod to be present on both client and server, disable on mod conflicts: default:false",
"smallerRecipePacket": false
},
"cacheRecipes": {
"desc:": "Caches recipe lookups to greatly improve lookup speed: default:true",
"cacheRecipes": true
},
"logCachingErrors": {
"desc:": "Whether to log errors during caching: default:false",
"logCachingErrors": false
}
}