CreatureChat™

Quick rating

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

CreatureChat™

By CreatureChatOwner , jonoomphCreator/Programmer

No reviews yet

The Minecraft mod that allows entities to respond naturally using AI!

No Theme
Adventure/Exploration
RPG
NPCs
Small Group & Co-op Play
Social & Roleplay
Mod Loaders
Forge
NeoForge
Fabric
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

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
Creative Commons Attribution Non Commercial Share Alike 4.0 International
Latest Version
creaturechat-3.0.0+1.21.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
Modrinth ID

Resources

External Links

About

Description

Chat with any mob in Minecraft! All creatures can talk & react using AI!

CreatureChat Divider

Features

  • AI-Driven Chats: Using ChatGPT or open-source AI models, each conversation is unique and engaging!
  • Behaviors: Creatures can make decisions on their own and Follow, Flee, Attack, Protect, and more!
  • Reactions: Creatures automatically react to being damaged or receiving items from players.
  • Friendship: Track your relationships from friends to foes.
  • Multi-Player: Share the experience; conversations sync across server & players.
  • Memory: Creatures remember your past interactions, making each chat more personal.

Create meaningful conversations and enduring friendships? A betrayal perhaps?

CreatureChat Divider

CreatureChat Trailer Video

CreatureChat Divider

Installation Instructions

Fabric (Recommended)

  • Install Fabric Loader & API: Follow the instructions here
  • Install CreatureChat Mod: Download and copy creaturechat-*.jar and fabric-api-*.jar into .minecraft/mods
  • Launch Minecraft with the Fabric profile
  • Configure AI: A LLM (large language model) is required for generating text (AI options listed below)

OR  

Forge (with Sinytra Connector)

  • Install Forge: Download Forge Installer, run it, select "Install client"
  • Install Forgified Fabric API: Download Forgified Fabric API and copy the *.jar into .minecraft/mods
  • Install Sinytra Connector: Download Sinytra Connector and copy the *.jar into .minecraft/mods. NOTE: only supports Minecraft 1.20.1.
  • Install CreatureChat Mod: Download and copy creaturechat-*.jar into .minecraft/mods
  • Launch Minecraft with the Forge profile
  • Configure AI: A LLM (large language model) is required for generating text (AI options listed below)

  CreatureChat Divider

AI Options

CreatureChat™ requires an AI / LLM (large language model) to generate text (characters and chat). There are many different options for connecting an LLM.

  • Free & Local: Use open-source and free-to-use LLMs without any API fees. [Difficulty: Hard]
  • Bring Your Own Key: Use your own API key from providers like OpenAI or Groq. [Difficulty: Medium]

Free & Local

CreatureChat™ fully supports free and open-source LLMs. To get started:

  • An HTTP endpoint compatible with the OpenAI Chat Completion JSON syntax is required.
  • Download & install: Ollama
  • Run: ollama pull llama3 in your terminal
  • Download & install LiteLLM: pip install 'litellm' 'litellm[proxy]'
  • Start local server: litellm --model ollama/llama3 --port 4000
  • Set the API key & model in-game:
    • /creaturechat url set "YOUR-LOCAL-IP-HERE:4000/v1/chat/completions"
    • /creaturechat model set "ollama/llama3"
    • /creaturechat timeout set 0
  • Additional help can be found in the #free-and-local channel on our Discord.

Bring Your Own Key

For those already using a third-party API (e.g., OpenAI, Groq):

  • Integrate your own API key for seamless connectivity.
  • Costs depend on the provider’s usage-based pricing model.
  • By default, CreatureChat uses the OpenAI endpoint and gpt-3.5-turbo model, known for its balance of low cost and fast performance.
  • Be aware that OpenAI’s developer API does not include free usage. Please review the OpenAI pricing for detailed information.
  • To create an OpenAI API key, visit https://platform.openai.com/api-keys, and use the + Create new secret key button.
  • Set the API key & model in-game:
    • /creaturechat key set YOUR-SECRET-KEY-HERE
    • /creaturechat model set gpt-3.5-turbo

Support CreatureChat by joining our Discord!

More info is available on our Discord.

CreatureChat Divider

How To Install Tutorial Video

CreatureChat Divider

In-game Commands / Configuration

  • REQUIRED: /creaturechat key set key
    • Sets the OpenAI API key. This is required for making requests to the LLM.
  • OPTIONAL: /creaturechat url set "url"
    • Sets the URL of the API used to make LLM requests.
  • OPTIONAL: /creaturechat model set model
    • Sets the model used for generating responses in chats. Defaults to gpt-3.5-turbo.
  • OPTIONAL: /creaturechat timeout set seconds
    • Sets the timeout (in seconds) for API HTTP requests. Defaults to 10 seconds.
  • OPTIONAL: /creaturechat whitelist entityType | all | clear - Show chat bubbles
    • Shows chat bubbles for the specified entity type or all entities, or clears the whitelist.
  • OPTIONAL: /creaturechat blacklist entityType | all | clear - Hide chat bubbles
    • Hides chat bubbles for the specified entity type or all entities, or clears the blacklist.
  • OPTIONAL: /story set "story-text"
    • Sets a custom story (included in character creation and chat prompts).
  • OPTIONAL: /story display | clear
    • Display or clear the current story.

Configuration Scope (default | server):

  • OPTIONAL: Specify the configuration scope at the end of each command to determine where settings should be applied:
    • Default Configuration (--config default): Applies the configuration universally, unless overridden by a server-specific configuration.
    • Server-Specific Configuration (--config server): Applies the configuration only to the server where the command is executed.
    • If the --config option is not specified, the default configuration scope is assumed.

  CreatureChat Divider

License

Legal Notices

  • CreatureChat™ is an independent project and is not endorsed by Mojang AB, Microsoft Corp., or OpenAI. Minecraft® is a trademark of Mojang AB. ChatGPT® is a trademark of OpenAI OpCo, LLC. All trademarks appear here for identification only.
  • CreatureChat™ is a trademark of owlmaddie LLC (registration pending). Factual nominative references such as “Fork of CreatureChat” that do not imply endorsement are allowed; all other uses of the name or logo require prior permission.

Contact & Resources

CreatureChat Divider

Chat with any mob in Minecraft! All creatures can talk & react using AI!

CreatureChat Divider

Features

  • AI-Driven Chats: Using ChatGPT or open-source AI models, each conversation is unique and engaging!
  • Behaviors: Creatures can make decisions on their own and Follow, Flee, Attack, Protect, and more!
  • Reactions: Creatures automatically react to being damaged or receiving items from players.
  • Friendship: Track your relationships from friends to foes.
  • Multi-Player: Share the experience; conversations sync across server & players.
  • Memory: Creatures remember your past interactions, making each chat more personal.

Create meaningful conversations and enduring friendships? A betrayal perhaps?

CreatureChat Divider

CreatureChat Trailer Video

CreatureChat Divider

Installation Instructions

Fabric (Recommended)

Fabric Instructions

  1. Install Fabric Loader & API: Follow the instructions here.
  2. Install CreatureChat™ Mod: Download and copy creaturechat-*.jar and fabric-api-*.jar into your .minecraft/mods folder.
  3. Launch Minecraft with the Fabric profile.
  4. Configure AI: A LLM (large language model) is required for generating text (AI options below)
Forge (with Sinytra Connector)

Forge Instructions

NOTE: Sintra Connector only supports Minecraft 1.20.1

  1. Install Forge: Download Forge Installer, run it, select "Install client".
  2. Install Forgified Fabric API: Download Forgified Fabric API and copy the *.jar into your .minecraft/mods folder.
  3. Install Sinytra Connector: Download Sinytra Connector and copy the *.jar into your .minecraft/mods folder.
  4. Install CreatureChat™ Mod: Download and copy creaturechat-*.jar into your .minecraft/mods folder.
  5. Launch Minecraft with the Forge profile.
  6. Configure AI: A LLM (large language model) is required for generating text (AI options below)

AI Options

Choose AI Option

CreatureChat™ requires an AI / LLM (large language model) to generate text (characters and chat).

  1. Free & Local: Use open-source and free-to-use LLMs without any API fees. [Difficulty: Hard]
  2. Bring Your Own Key: Use your own API key from providers like OpenAI or Groq. [Difficulty: Medium]
  3. Token Shop: Supports CreatureChat™ by purchasing tokens from the developers. [Difficulty: Easy]
1. Free & Local

CreatureChat™ fully supports free and open-source LLMs. To get started:

  • An HTTP endpoint compatible with the OpenAI Chat Completion JSON syntax is required. We highly recommend using:
    • Ollama & LiteLLM as your HTTP proxy.
    • LiteLLM Features:
      • Supports over 100+ LLMs (e.g., Anthropic, VertexAI, HuggingFace, Google Gemini, and Ollama).
      • Proxies them through a local HTTP endpoint compatible with CreatureChat™.
      • Note: Running a local LLM on your computer requires a powerful GPU.
    • Set the local HTTP endpoint in-game:
      • /creaturechat url set "http://ENTER-YOUR-HTTP-ENDPOINT-FROM-LITE-LLM"
      • /creaturechat model set ENTER-MODEL-NAME
      • /creaturechat timeout set 360
    • Additional help can be found in the #locall-llm-info channel on our Discord.
2. Bring Your Own Key

For those already using a third-party API (e.g., OpenAI, Groq):

  • Integrate your own API key for seamless connectivity.
  • Costs depend on the provider’s usage-based pricing model.
  • By default, CreatureChat uses the OpenAI endpoint and gpt-3.5-turbo model, known for its balance of low cost and fast performance.
  • Be aware that OpenAI’s developer API does not include free usage. Please review the OpenAI pricing for detailed information.
  • To create an OpenAI API key, visit https://platform.openai.com/api-keys, and use the + Create new secret key button.
  • Set the API key & model in-game:
    • /creaturechat key set <YOUR-SECRET-KEY-HERE>
    • /creaturechat model set gpt-3.5-turbo
3. Token Shop

Supports CreatureChat by purchasing tokens from the developers:

  • Easy setup with simple token packs, created for CreatureChat users.
  • More info is available in the #token-shop channel on our Discord.
  • Set the token-shop API key in-game:
    • /creaturechat key set <YOUR-SECRET-KEY-HERE>

CreatureChat Divider

In-game Commands

Configure CreatureChat
  • REQUIRED: /creaturechat key set <key>
    • Sets the OpenAI API key. This is required for making requests to the LLM.
    • OPTIONAL: /creaturechat url set "<url>"
      • Sets the URL of the API used to make LLM requests. Defaults to "https://api.openai.com/v1/chat/completions".
    • OPTIONAL: /creaturechat model set <model>
      • Sets the model used for generating responses in chats. Defaults to gpt-3.5-turbo.
    • OPTIONAL: /creaturechat timeout set <seconds>
      • Sets the timeout (in seconds) for API HTTP requests. Defaults to 10 seconds.
    • OPTIONAL: /creaturechat whitelist <entityType | all | clear> - Show chat bubbles
      • Shows chat bubbles for the specified entity type or all entities, or clears the whitelist.
    • OPTIONAL: /creaturechat blacklist <entityType | all | clear> - Hide chat bubbles
      • Hides chat bubbles for the specified entity type or all entities, or clears the blacklist.
    • OPTIONAL: /story set "<story-text>"
      • Sets a custom story (included in character creation and chat prompts).
    • OPTIONAL: /story display | clear
      • Display or clear the current story.

Configuration Scope:

  • OPTIONAL: You can specify the configuration scope at the end of each command to determine where settings should be applied:
    • Default Configuration (--config default): Applies the configuration universally, unless overridden by a server-specific configuration.
    • Server-Specific Configuration (--config server): Applies the configuration only to the server where the command is executed.
    • If the --config option is not specified, the default configuration scope is assumed.

CreatureChat Divider

How To Install Tutorial Video

CreatureChat Divider

License

Legal Notices

  • CreatureChat™ is an independent project and is not endorsed by Mojang AB, Microsoft Corp., or OpenAI. Minecraft® is a trademark of Mojang AB. ChatGPT® is a trademark of OpenAI OpCo, LLC. All trademarks appear here for identification only.
  • CreatureChat™ is a trademark of owlmaddie LLC (registration pending). Factual nominative references such as “Fork of CreatureChat” that do not imply endorsement are allowed; all other uses of the name or logo require prior permission.

Contact & Resources

CreatureChat Divider

Screenshots

Gallery

  • Enderman Talking Example!
    Enderman Talking Example! Enderman Talking Example!
  • creaking-day-time.png
    creaking-day-time.png creaking-day-time.png
  • chat-box-green.png
    chat-box-green.png chat-box-green.png
  • Krumble!
    Krumble!
  • Dave the Spider
    Dave the Spider
  • Winning the game by befriending the dragon!
    Winning the game by befriending the dragon!
  • bogged.png
    bogged.png bogged.png
  • Fire oops
    Fire oops
  • Two Zombie Piglin
    Two Zombie Piglin
  • breeze.png
    breeze.png breeze.png
  • Panda Talking
    Panda Talking
  • creaking-jinx.png
    creaking-jinx.png creaking-jinx.png
  • Ghast Greeting
    Ghast Greeting
  • chat-box-red.png
    chat-box-red.png chat-box-red.png
  • Funny Skeleton
    Funny Skeleton
  • Angry Zombies
    Angry Zombies
  • creaking-pandora.png
    creaking-pandora.png creaking-pandora.png
  • Krumble
    Krumble
  • Creaking
    Creaking
  • Custom UI
    Custom UI
  • Bamboo Adventure
    Bamboo Adventure
  • Breeze
    Breeze
  • Bogged
    Bogged
  • Pacifist WIN
    Pacifist WIN
  • UI - Pale Forest
    UI - Pale Forest
  • Zombie piglins
    Zombie piglins
  • Ouch
    Ouch
  • Ghast!
    Ghast!
  • Panda
    Panda
  • Multiplayer
    Multiplayer
  • Ow
    Ow
  • CreatureChat Video Thumbnail
    CreatureChat Video Thumbnail
  • Tutorial Thumbnail v2
    Tutorial Thumbnail v2
  • Divider
    Divider

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

~370,000
Total Downloads
CurseForge
~180,000
Modrinth
~180,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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