205a4f79d065935f92f8bf406f421abc2022f356none
AGENTS.mdTool: agents-md# Project Guidelines
## General Guidelines
- Format JSON files cleanly, matching VS Code's pretty-printed style.
## Minecraft Modding Guidelines
- Use and extend existing API features when appropriate. If an API change is needed, explain it to the requester first. If the requester says not to modify the API, do not modify it.
- Check Minecraft source code before adding injections or mixins to ensure targets, methods, and fields exist.
- Do not use deprecated Minecraft or Fabric API features.
- Preserve .codex/File: .gitignoreTool: codex