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
021e2246
Commit
021e2246
authored
Jan 14, 2025
by
Jonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating CHANGELOG.md, bumping version to 1.3.0
parent
6a9c320e
Pipeline
#13288
passed with stages
in 2 minutes 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
CHANGELOG.md
CHANGELOG.md
+7
-6
gradle.properties
gradle.properties
+1
-1
No files found.
CHANGELOG.md
View file @
021e2246
...
...
@@ -4,13 +4,13 @@ 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
##
[1.3.0] - 2025-01-14
### Added
-
Player Icons (custom art embedded in player skin)
-
New Step-by-Step
**Icon**
Tutorial:
[
ICON.md
](
ICONS.md
)
-
New mixin to extend PlayerSkinTexture to make a copy of the NativeImage + pixel toggle to enable
-
Chat messages are now displayed in chat bubbles above players heads
-
In-game chat messages are now displayed in chat bubbles above players heads!
-
Custom player icons (icons can be embedded in player skin file
)
-
Step-by-Step
**Icon**
Tutorial:
[
ICON.md
](
ICONS.md
)
-
Mixin to extend PlayerSkinTexture to make a copy of the NativeImage + pixel toggle to enable
-
New command
`/creaturechat chatbubbles set <on | off>`
to show or hide player chat messages in bubbles
-
Improved LLM Unit tests (to prevent rate limit issues from certain providers when running all tests)
-
Check friendship direction (+ or -) in LLM unit tests (to verify friendship direction is output correctly)
...
...
@@ -18,9 +18,10 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Changed
-
Seperated Player and Entity message broadcasts (different packets for simplicity)
-
Reduced size of player skin face on chat bubble, to match sizes of custom icons (for consistency)
-
Updated entity icons for allay, creeper, and pig
### Fixed
-
Fixed
death messages for mobs with no chat data
-
Hide
death messages for mobs with no chat data
-
Fixed transparent background behind chat screen for Minecraft 1.20 and 1.20.1.
-
Removed extra message broadcast (which was unnecessary)
...
...
gradle.properties
View file @
021e2246
...
...
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel
=
true
# Mod Properties
mod_version
=
1.
2.1
mod_version
=
1.
3.0
maven_group
=
com.owlmaddie
archives_base_name
=
creaturechat
...
...
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