{"id":9491,"date":"2026-05-31T18:40:30","date_gmt":"2026-05-31T15:40:30","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/"},"modified":"2026-05-31T18:40:30","modified_gmt":"2026-05-31T15:40:30","slug":"ai-builder-minecraft-ai-assistant","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/","title":{"rendered":"AI Builder &#8211; Minecraft AI Assistant"},"content":{"rendered":"<p>&#8220;`markdown<br \/>\n# AI Builder &#8211; Minecraft AI Assistant Mod<\/p>\n<p>A feature-rich Fabric mod that deeply integrates AI conversational capabilities into Minecraft. You can chat with AI using natural language, have AI build structures for you, manage NBT structure files, export selections, and even let AI search the web for information.<\/p>\n<p>## \u2728 Features <\/p>\n<p>### \ud83e\udd16 AI Chat &#038; Command Execution<br \/>\n&#8211; **`\/ai <message>`** \u2014 Chat with AI in-game; AI understands both Chinese and English<br \/>\n&#8211; AI can execute in-game operations via natural language commands:<br \/>\n  &#8211; Place\/fill blocks, clear areas<br \/>\n  &#8211; Give items, spawn entities<br \/>\n  &#8211; Set time and weather, teleport players<br \/>\n&#8211; **Multi-turn conversation memory** \u2014 AI remembers context<br \/>\n&#8211; **Screenshot support** \u2014 AI can &#8220;see&#8221; your game screen and respond accordingly<\/p>\n<p>### \ud83c\udfd7\ufe0f Structure Management<br \/>\n&#8211; **NBT Structure Browser** \u2014 A graphical interface similar to Litematica for browsing, searching, and placing `.nbt` structure files<br \/>\n&#8211; **TXT Blueprint System** \u2014 Supports two blueprint formats:<br \/>\n  &#8211; V1: Character grid + legend mapping, intuitive and readable<br \/>\n  &#8211; V2 (MCBLUEPRINT v2): Explicit coordinates + full block state properties, precise reproduction<br \/>\n&#8211; **`\/ai build <name>`** \u2014 Quickly build a loaded blueprint via command<br \/>\n&#8211; **`\/ai blueprints`** \u2014 List all available blueprints<\/p>\n<p>### \ud83d\udcd0 Selection Tools<br \/>\n&#8211; Graphical selection interface with two-point selection<br \/>\n&#8211; **Selection Analysis** \u2014 Count block types and quantities within selection<br \/>\n&#8211; **Export to NBT** \u2014 Export selection as `.nbt` file (includes block entity data like chest contents, sign text)<br \/>\n&#8211; **Export to Blueprint** \u2014 Export selection as V2 format blueprint text<br \/>\n&#8211; Real-time selection highlight rendering<\/p>\n<p>### \ud83c\udf10 Web Capabilities<br \/>\n&#8211; **Web Search** \u2014 AI can search for the latest information via Tavily API<br \/>\n&#8211; **Web Scraping** \u2014 AI can access specified URLs to fetch web content<br \/>\n&#8211; Can automatically generate building commands based on web content<\/p>\n<p>### \u2699\ufe0f Configuration &#038; Settings<br \/>\n&#8211; **In-game Settings UI** \u2014 Press `K` to open, toggle:<br \/>\n  &#8211; AI chat screenshot<br \/>\n  &#8211; Multi-turn conversation memory<br \/>\n  &#8211; Web search<br \/>\n&#8211; **`\/aiconfig`** \u2014 Configure API URL, key, model via command<br \/>\n&#8211; **`\/ainew`** \u2014 Clear conversation history, start a new topic<br \/>\n&#8211; **`\/ailog`** \u2014 Forward mod logs to chat for debugging<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/ai <message>` | Chat with AI |<br \/>\n| `\/ai build <name>` | Build a specified blueprint |<br \/>\n| `\/ai blueprints` | List all blueprints |<br \/>\n| `\/ai reload_blueprints` | Reload blueprints |<br \/>\n| `\/ainew` | Clear conversation history |<br \/>\n| `\/aiconfig show` | View current configuration |<br \/>\n| `\/aiconfig <key> <value>` | Modify configuration |<br \/>\n| `\/aipos` | Show current coordinates |<br \/>\n| `\/ailog [on\/off]` | Toggle log display |<br \/>\n| `\/ainbt` | NBT-related commands |<\/p>\n<p>## \ud83d\udd27 Configuration<\/p>\n<p>A configuration file will be generated at `config\/helloworld.properties` on first launch:<\/p>\n<p>| Config Key | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `api_base_url` | AI API endpoint | Kimi API |<br \/>\n| `api_key` | API key | Must be set manually |<br \/>\n| `model` | AI model name | kimi-for-coding |<br \/>\n| `screenshot_enabled` | Screenshot feature | true |<br \/>\n| `context_enabled` | Multi-turn conversation | true |<br \/>\n| `web_search_enabled` | Web search | true |<br \/>\n| `tavily_api_key` | Tavily search API key | empty |<\/p>\n<p>> \u26a0\ufe0f You need to configure your own AI API key before use. Supports any OpenAI-compatible API.<\/p>\n<p>## \ud83d\udcc1 File Structure <\/p>\n<p>&#8211; `nbts\/` \u2014 Store `.nbt` structure files, supports subfolder organization<br \/>\n&#8211; `txts\/` \u2014 Store `.txt` blueprint files<br \/>\n&#8211; `config\/helloworld.properties` \u2014 Mod configuration file<\/p>\n<p>## \ud83c\udfae Keybinds<\/p>\n<p>| Key | Function |<br \/>\n|&#8212;&#8211;|&#8212;&#8212;&#8212;-|<br \/>\n| `K` | Open mod settings UI |<\/p>\n<p>## \ud83d\udce6 Installation<\/p>\n<p>1. Install Fabric Loader (\u2265 0.15.0)<br \/>\n2. Install Fabric API<br \/>\n3. Place the mod JAR file into `.minecraft\/mods\/` directory<br \/>\n4. Launch the game, press `K` to open settings, or use `\/aiconfig` to configure your API key<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In-game AI assistant mod with natural language chat, AI-powered building, NBT\/blueprint structure management, selection export, and web search.<\/p>\n","protected":false},"featured_media":9492,"template":"","meta":{"_minecraft_slug":"ai-builder-minecraft-ai-assistant","_minecraft_project_id":"NkhZnHWj","_minecraft_author":"liuzeen1234","_minecraft_license":"MIT","_minecraft_downloads":9,"_minecraft_follows":0,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ai-builder-minecraft-ai-assistant.zip","_minecraft_size_bytes":151769,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:19:28.222507Z","_minecraft_date_created":"2026-05-12T06:53:55.397532Z","_minecraft_date_modified":"2026-05-02T14:34:44.323839Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ai-builder-minecraft-ai-assistant","_minecraft_icon_attachment_id":9492,"_minecraft_imported_at":"2026-05-31T15:40:32+00:00","_minecraft_import_hash":"a7fc57751a1b7ed7c943bea83c21bdb3","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,92],"mod_loader":[99],"minecraft_version":[94],"class_list":["post-9491","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-utility","mod_loader-fabric","minecraft_version-1-20-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AI Builder - Minecraft AI Assistant - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Builder - Minecraft AI Assistant - Minecraft\" \/>\n<meta property=\"og:description\" content=\"In-game AI assistant mod with natural language chat, AI-powered building, NBT\/blueprint structure management, selection export, and web search.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/\",\"name\":\"AI Builder - Minecraft AI Assistant - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp\",\"datePublished\":\"2026-05-31T15:40:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ai-builder-minecraft-ai-assistant\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"AI Builder &#8211; Minecraft AI Assistant\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AI Builder - Minecraft AI Assistant - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/","og_locale":"en_US","og_type":"article","og_title":"AI Builder - Minecraft AI Assistant - Minecraft","og_description":"In-game AI assistant mod with natural language chat, AI-powered building, NBT\/blueprint structure management, selection export, and web search.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/","name":"AI Builder - Minecraft AI Assistant - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp","datePublished":"2026-05-31T15:40:30+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/ai-builder-minecraft-ai-assistant-icon-8060d2dd1d919096212cccc8d45961d145ed98ac_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ai-builder-minecraft-ai-assistant\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"AI Builder &#8211; Minecraft AI Assistant"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/9491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/9492"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=9491"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=9491"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=9491"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=9491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}