AI Assembler v1.20.1-1.3.1
Added
-
Always-on output log: every successful assembly (AI-decided or recipe-memory short-circuit) is now logged to
logs/ai_assembler_outputs.log— timestamp, player, dimension, position, inputs, output, and reason. This runs unconditionally, independent of debug settings, so server admins can trace back what produced a given item. -
Debug mode split into two independent settings:
debugDumpFiles— dumps diagnostic files at server start (recipe/item JSON, recipe matrices as CSV).debugLogPrompts— logs the full prompt sent to the AI provider on each assembly.
These replace the old single
debugModetoggle, so file dumps and prompt logging can now be enabled independently.
Requirements
- Minecraft 1.20.1, Forge 47.1.3+
- Ollama running and reachable (see README for configuration)
Full changelog: dcd4d37...v1.3.1