Skip to content

Conversation

Wyvest
Copy link
Member

@Wyvest Wyvest commented Oct 6, 2025

No description provided.

@Wyvest Wyvest requested a review from Copilot October 6, 2025 08:04
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR modernizes the Chatting mod by porting it from Minecraft 1.8.9 to support multiple modern versions (1.12.2 through 1.21.5) across Forge and Fabric loaders. This represents a significant architectural overhaul and feature simplification.

  • Complete codebase rewrite with simplified chat functionality
  • Multi-version support from 1.8.9-forge to 1.21.5-fabric
  • New component-based architecture replacing the old mixin-heavy approach

Reviewed Changes

Copilot reviewed 85 out of 95 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
versions/mainProject Updates target version from 1.8.9-forge to 1.21.5-fabric
src/main/resources/fabric.mod.json Adds Fabric mod metadata configuration
src/main/kotlin/org/polyfrost/chatting/core/ New core architecture with simplified chat handling
src/main/kotlin/org/polyfrost/chatting/component/ New component system for chat UI elements
src/main/kotlin/org/polyfrost/chatting/mixin/ Simplified mixin classes for modern versions
root.gradle.kts Updated build configuration for multi-version support

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Wyvest Wyvest marked this pull request as draft October 6, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants