AOF7-Vocality/config/doapi/recipebook.json5

15 lines
307 B
Plaintext
Raw Normal View History

2024-02-20 16:35:48 -08:00
/*
Do Api Config
=======
Links:
CurseForge: https://www.curseforge.com/minecraft/mc-mods/do-api
Modrinth: https://modrinth.com/mod/do-api
GitHub: https://github.com/Cristelknight999/DoAPI
*/
{
// Is the recipe book open
"recipe_book_open": false,
// Only show craftable items
"craftable_toggle": true
}