Commit e4b69f03 by Jonathan Thomas

- Fabulous video bug causing chat bubbles to be invisible

- Shader support (i.e. Iris, etc...)
- Updating CHANGELOG
parent 339ead1e
Pipeline #12308 passed with stages
in 1 minute 39 seconds
......@@ -12,6 +12,8 @@ All notable changes to **CreatureChat** are documented in this file. The format
- Added Minecraft Forge installation instructions
### Fixed
- Fabulous video bug causing chat bubbles to be invisible
- Shader support (i.e. Iris, etc...)
- Parse OpenAI JSON error messages, to display a more readable error message
- Remove quotes from CreatureChat API error messages
- If OpenAI key is set, switch URL automatically back to OpenAI endpoint
......
......@@ -29,7 +29,7 @@ public class ClientInit implements ClientModInitializer {
ClientPackets.register();
// Register an event callback to render text bubbles
WorldRenderEvents.LAST.register((context) -> {
WorldRenderEvents.BEFORE_DEBUG_RENDER.register((context) -> {
BubbleRenderer.drawTextAboveEntities(context, tickCounter, context.tickDelta());
});
......
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