feat: implement auto-crafting feature for excess stock management

This commit is contained in:
MayaTheShy
2026-03-25 18:07:26 -04:00
parent 2c99169ce9
commit f327f82677
6 changed files with 99 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ S.activity = {
composting = false,
crafting = false,
discarding = false,
autocrafting = false,
}
-------------------------------------------------