MineChat

Quick rating

Community listing page, reviews here may not be monitored by the author.

MineChat

No reviews yet

A highly customizable entity AI chat mod

Educational
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
minechat-0.1.3-1.20.4.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

description_fe0477d1-5903-495a-a506-7490e6916574.png

Mine Chat

Now you could chat with villager in minecraft with a simple config, just face to them and texting.

✨ Feature

  • Each entity has an independent memory, supporting coherent multi-turn conversations
  • Supports both client and server sides.
  • Offers a wide range of configurable options
  • Integrates chat behavior with vanilla game mechanics
  • More features awaiting discovery…

image

image

(chat with a villager on the server)

image

(Villagers may offer you trade discounts in response to your friendly actions.)

⚙️ Basic Configuration

Edit the configuration file located at config/minechat-common.toml. The following parameters are required:

Name Description
gpt_api Model URL compatible with the OpenAI API format
gpt_key API key for accessing the model
gpt_model Name of the model to be used

Additionally, you can define custom prompts for villagers of different professions, or specify a default prompt to be shared among them. Please refer to the comments in the configuration file for available parameters.

💡 Tip: In multiplayer mode, configuring the server alone is sufficient.

🔐 Authorization Manage

You can configure the mod by editing the configuration file, including adding blacklist/whitelist entries, enabling the whitelist, and activating the mod.

#Config for player authorization 
[authorization]
    #Allow entities to speak or not. If false, entities will not chat anymore.
    mod_enable = true
    #Use white list or not. If True, only the players who on the white_list can chat with entities (villager).
    use_white_list = false
    #Player white list
    white_list = ["Steve", "Alex"]
    #Player black list. Specify the list of player names to block from interacting with entities (villagers).
    black_list = []

📝 When the use_white_list is true, only players listed in white_list are allowed to use the AI entity chat feature.

🧰 Additional Features

💵 Trade Adjustment

This is an optional feature. When enabled, your behavior will influence villagers’ attitudes toward you, which in turn affects how they adjust their pricing strategies.

The related configuration is as follows:

#Config for villager trade
[trade_adjustment]
    #Enable trade adjustment. If True, the transaction with villagers will be influenced by your actions.
    trade_adjust_enabled = true
    #The required number of conversations triggered by discount detection
    discount_turns = 12
    #Maximum price fluctuation ratio for transaction
    #Range: 0.0 ~ 1.0
    max_cost_adjust_ratio = 0.5

📝 > Take care when configuring discount_turns :

if too low, it may accelerate token consumption for the LLM; if too high, it might slow down the pacing of conversations.

Screenshots

Gallery

  • chat on server
    chat on server Screenshot of AI conversations in multiplayer mode

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works