Skip to content

Chisel integration move to GTModpackTeam/GTMoreTools#357

Merged
tier940 merged 2 commits intomasterfrom
tier-move-gtmt
Feb 9, 2026
Merged

Chisel integration move to GTModpackTeam/GTMoreTools#357
tier940 merged 2 commits intomasterfrom
tier-move-gtmt

Conversation

@tier940
Copy link
Member

@tier940 tier940 commented Feb 9, 2026

No description provided.

@tier940 tier940 self-assigned this Feb 9, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @tier940, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request undertakes a significant refactoring effort by externalizing the Chisel integration from the current project into a new, dedicated repository. This move aims to modularize the codebase, reducing the project's direct dependencies and promoting a cleaner architecture by separating concerns related to the Chisel mod into its own maintainable unit.

Highlights

  • Chisel Integration Removal: All Chisel-related code, including configuration, modules, recipes, utilities, and mixins, has been completely removed from this repository. This integration has been moved to a separate project, GTModpackTeam/GTMoreTools.
  • Build System Updates: The build scripts (buildscript.properties and dependencies.gradle) have been updated to remove references and dependencies related to the Chisel mod.
  • Changelog Update: The CHANGELOG.md file has been updated to reflect this significant change as part of version 2.7.0.
  • License File Minor Fix: A minor update was made to the LICENSE file, changing an HTTP link to HTTPS and ensuring the file ends with a newline character.
Changelog
  • CHANGELOG.md
    • Added a new entry for version 2.7.0, documenting the move of Chisel integration to GTModpackTeam/GTMoreTools.
  • LICENSE
    • Updated the Free Software Foundation URL from HTTP to HTTPS.
    • Ensured the file ends with a newline character.
  • buildscript.properties
    • Removed the 'debug_chisel' property.
  • dependencies.gradle
    • Removed compile-time and runtime dependencies for Chisel and CTM.
  • src/main/java/com/github/gtexpert/core/integration/chisel/ChiselConfigHolder.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/ChiselModule.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/ChiselRecipeMaps.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/ChiselUtil.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/loaders/ChiselOreDictionaryLoader.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/metatileentities/ChiselMetaTileEntities.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/metatileentities/MetaTileEntityAutoChisel.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/recipes/ChiselBlocksRecipe.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/integration/chisel/recipes/ChiselToolsRecipe.java
    • Removed the file.
  • src/main/java/com/github/gtexpert/core/mixins/GTEMixinLoader.java
    • Removed the Chisel entry from the 'modMixinsConfig' map.
  • src/main/java/com/github/gtexpert/core/mixins/chisel/BlockCarvableMixin.java
    • Removed the file.
Activity
  • No human activity has been recorded on this pull request since its creation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

このプルリクエストは、Chisel統合を現在のリポジトリからGTModpackTeam/GTMoreToolsに移行するための変更を実装しています。これには、Chisel関連のファイル、設定、および依存関係の削除が含まれます。また、CHANGELOG.mdの更新と、LICENSEファイル内のURLをHTTPからHTTPSに変更する小さなセキュリティ改善も含まれています。全体的に、変更はクリーンで、意図された目的と一致しています。特に改善の機会は見当たりませんでした。

@tier940 tier940 merged commit e61b107 into master Feb 9, 2026
2 checks passed
@tier940 tier940 deleted the tier-move-gtmt branch February 9, 2026 15:14
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.

1 participant