DougBot is a revamp of the CletusBot for Minecraft. Cletus failed. He was a Java bot, and he was not successful. With Doug, I am hoping to convert to Bedrock and push the boundaries of this concept to make a minecraft bot that will actually play and interact.
- equipBestWeapon uses fuzzy substring matching on item names - equipBestArmor uses .includes() instead of .startsWith() for tiers - Both strip minecraft: prefix before comparing - Added periodic inventory check every 5 seconds (playerCollect doesn't fire on Bedrock) — detects new items and auto-equips - evaluateEquipment logs full inventory contents for debugging - All name comparisons are case-insensitive Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| bridge | ||
| dougbot | ||
| .env.example | ||
| .gitignore | ||
| context.md | ||
| personality-traits.md | ||
| requirements.txt | ||
| run.py | ||
| test-combat.js | ||
| test-craft.js | ||