Commit 021e2246 by Jonathan Thomas

Updating CHANGELOG.md, bumping version to 1.3.0

parent 6a9c320e
Pipeline #13288 passed with stages
in 2 minutes 13 seconds
......@@ -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)
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment