Add Forestry Multifarm support for GregTech/GTFO saplings and GT fertilizer#11
Add Forestry Multifarm support for GregTech/GTFO saplings and GT fertilizer#11
Conversation
tier940
commented
Mar 14, 2026
- Added GregTech rubber sapling support for Forestry Multifarm (farmArboreal)
- Added all GTFO saplings support for Forestry Multifarm (farmArboreal)
- Added GregTech fertilizer as valid Forestry Multifarm fertilizer (equivalent to Forestry fertilizer)
- Removed GT fertilizer to Forestry fertilizer_compound bulk conversion recipes from MIXER
- GregTechのゴム木の苗木をForestryマルチファームで使用可能にした - GTFOの全苗木をForestryマルチファームで使用可能にした - GregTechの肥料をForestryマルチファームの肥料として使用可能にした(Forestry肥料と同等の効果) - GregTech肥料からForestry肥料へのかさましレシピを削除した
Summary of ChangesHello, 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 enhances the integration between GregTech, GregTech Food Option (GTFO), and Forestry by adding support for GT/GTFO saplings and GT fertilizer in Forestry Multifarms. It also removes conflicting recipes to ensure smoother gameplay. Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
This pull request adds Forestry Multifarm support for GregTech and GTFO saplings, as well as making GT fertilizer usable in the Multifarm. The implementation looks solid, particularly the use of reflection for the GTFO integration. I've left a few suggestions to improve maintainability and robustness, such as updating the changelog, reverting a debug flag, and making the optional integration with GTFO less prone to crashing the game.