Skip to content

Add GTBBWands#4

Merged
tier940 merged 4 commits intomasterfrom
tier-add-bbw
Feb 3, 2026
Merged

Add GTBBWands#4
tier940 merged 4 commits intomasterfrom
tier-add-bbw

Conversation

@tier940
Copy link
Member

@tier940 tier940 commented Feb 3, 2026

image image image

@tier940 tier940 self-assigned this Feb 3, 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 significantly expands the toolset available in the game by integrating the popular 'Better Builder's Wands' mod into the GregTech ecosystem. It allows players to leverage GregTech materials to craft powerful building wands, which now adhere to GregTech's robust durability mechanics. This enhancement not only provides new utility but also ensures a consistent and balanced gameplay experience across integrated mods, alongside an important durability fix for existing Chisel tools.

Highlights

  • Better Builder's Wands Integration: Introduced a new integration module for the 'Better Builder's Wands' mod, allowing GregTech-style wands to be crafted and used within the game.
  • GregTech Wand Items: Added new GregTech-compatible wand items that utilize the GT tool durability system, scaling block placement limits based on the material's durability.
  • Custom Recipes and Durability: Implemented dynamic crafting recipes for GT wands using various GregTech materials and refined the durability calculation for both the new wands and existing GT Chisel tools, including support for unbreakable tools.
  • BBW Mod Compatibility: Ensured full compatibility with Better Builder's Wands' core features, such as mode switching and keybinds, by integrating GT wands with the mod's IWandItem interface.
Changelog
  • buildscript.properties
    • Added a new debug flag, debug_bbw, for Better Builder's Wands integration.
  • dependencies.gradle
    • Integrated Better Builder's Wands as a compile and runtime dependency.
    • Adjusted the compileOnly scope for AE2UEL dependency.
  • src/main/java/com/github/gtexpert/gtmoretools/api/util/Mods.java
    • Registered 'Better Builder's Wands' as a recognized mod within the utility classes.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/bbw/BBWModule.java
    • Added a new module responsible for initializing and registering Better Builder's Wands items, models, colors, and recipes.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/bbw/recipes/BBWToolsRecipe.java
    • Implemented logic to remove original Better Builder's Wands recipes when 'hard tool armor recipes' are enabled, making way for GT-specific recipes.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/bbw/tools/BBWToolItems.java
    • Defined and registered the new GregTech-compatible wand items, including their base properties and behaviors.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/bbw/tools/BBWToolRecipeHandler.java
    • Added dynamic shaped crafting recipes for GT wands, adapting to various GregTech materials and configuration settings.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/bbw/tools/WandBehavior.java
    • Implemented the custom tool behavior for GT wands, handling block placement logic, durability consumption, and detailed tooltip information.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/chisel/recipes/ChiselToolsRecipe.java
    • Performed minor formatting adjustments.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/chisel/tools/ChiselToolItems.java
    • Increased the damagePerCraftingAction for GT Chisels from 1 to 2, affecting their durability consumption during crafting.
  • src/main/java/com/github/gtexpert/gtmoretools/integration/chisel/tools/ChiselToolRecipeHandler.java
    • Removed an unused import statement.
  • src/main/java/com/github/gtexpert/gtmoretools/mixins/ModMixinLoader.java
    • Enabled the mixin configuration for Better Builder's Wands, allowing GT tools to interact with BBW mechanics.
  • src/main/java/com/github/gtexpert/gtmoretools/mixins/bbw/ItemGTToolWandMixin.java
    • Added a new Mixin to make GregTech wand tools implement the IWandItem interface from Better Builder's Wands, enabling BBW's mode switching and keybinds.
  • src/main/java/com/github/gtexpert/gtmoretools/mixins/chisel/ItemGTToolChiselMixin.java
    • Updated the Chisel mixin to correctly calculate durability and handle unbreakable chisels based on GT tool definitions.
  • src/main/java/com/github/gtexpert/gtmoretools/modules/Modules.java
    • Registered the new 'bbw_integration' module.
  • src/main/resources/assets/gtmoretools/lang/en_us.lang
    • Added English localization entries for the new GregTech wands.
  • src/main/resources/assets/gtmoretools/lang/ja_jp.lang
    • Added Japanese localization entries for the new GregTech wands.
  • src/main/resources/assets/gtmoretools/models/item/tools/wand.json
    • Added the item model definition for the new GregTech wands.
  • src/main/resources/mixins.gtmoretools.betterbuilderswands.json
    • Added the Mixin configuration file specifically for Better Builder's Wands integration.
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

このプルリクエストは、Better Builder's Wands modとの統合を追加し、GregTechスタイルのワンドを作成・使用できるようにするものです。新しいアイテム、レシピ、ツールビヘイビア、そしてGTツールをBBWのメカニクスと互換性を持たせるためのMixinが含まれており、実装は非常に徹底しています。変更はうまく構造化されており、プロジェクトの既存のMOD統合パターンに従っています。コードの一貫性と重複に関して、いくつかの小さな改善点を見つけました。詳細は各コメントに記載しています。全体として、これは素晴らしい追加機能です。

tier940 and others added 2 commits February 3, 2026 19:27
…TToolWandMixin.java

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@tier940 tier940 merged commit 852bbd4 into master Feb 3, 2026
1 of 2 checks passed
@tier940 tier940 deleted the tier-add-bbw branch February 3, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant