Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
CreatureChat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Public
CreatureChat
Commits
28ca1243
Commit
28ca1243
authored
May 01, 2024
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release of 1.0.0 of CreatureChat (change log updated)
parent
5b24b76c
Pipeline
#12080
passed with stage
in 37 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
CHANGELOG.md
CHANGELOG.md
+14
-7
fabric.mod.json
src/main/resources/fabric.mod.json
+1
-1
No files found.
CHANGELOG.md
View file @
28ca1243
...
...
@@ -4,13 +4,20 @@ All notable changes to **CreatureChat** are documented in this file. The format
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
, and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
### Added
-
Placeholder
## [1.0.0] - 2024-05-01
### Added
-
Launch initial version of the mod.
-
Placeholder
-
First release of CreatureChat
-
Dynamic Dialogues: Enables chat interaction with unique Minecraft creatures.
-
AI-Generated Chats: Uses LLM for dynamic conversations.
-
Custom Behaviors: Creatures can follow, flee, or attack.
-
Reactions: Automatic reactions to damage or item reception.
-
Friendship Status: Tracks relationships on a scale from friend to foe.
-
Auto Name Tag: All characters receive unique name tags (when interacted with).
-
Custom UI Artwork: Includes hand-drawn entity icons and chat bubbles.
-
Multi-Player Interaction: Syncs conversations across server and players.
-
Personalized Memory: Creatures recall past interactions.
-
Model Support: Supports various GPT versions and open-source LLM models.
-
Commands: Easily set your API key, model, and url to connect your LLM.
-
Language Support: Supports all Minecraft-supported languages.
-
Auto Save: Chat data is automatically saved periodically.
src/main/resources/fabric.mod.json
View file @
28ca1243
...
...
@@ -9,7 +9,7 @@
"owlmaddie <owlmaddie@gmail.com>"
],
"contact"
:
{
"homepage"
:
"http://
owlmaddie
.com"
,
"homepage"
:
"http://
discord.creaturechat
.com"
,
"sources"
:
"http://gitlab.openshot.org/minecraft/creature-chat"
},
"license"
:
"GPLv3"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment