-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gregtech 6 crash with NEI custom diagram installed #1
Comments
Hey, glad you like the mod! The original inspiration was this issue, and this JEI feature:
So there is something similar done already for a later version of GT, though I think it's MC 1.12 so might not work with GT 6. For this mod and GT 6, thanks for reporting that crash! I didn't know about GT 6, so I didn't realize that the mod ID was shared between GT 5 and GT 6. I've fixed the crash; this will go out with the next release, and the mod will at least load correctly, though the GT diagrams will be missing. Unfortunately, it does look like the code base for GT 6 is substantially different from GT 5, so it would require a large amount of rewriting to adapt the diagrams to work with GT 6. I'm not sure when or if I will get to adding this support, but it probably won't be for a while. Sorry! |
No worries, thank you for the input, looking into it and fixing the crash! Best of luck with the mod 👍 ! |
* Implemented scrolling with mouse wheel * Can scroll pages, diagrams, and cycle components * Fix for GTNewHorizons/GT-New-Horizons-Modpack#8561 * Revamped GregTechOreProcessing diagram layout * Merged thermal centrifuge layouts to free up space * Added chemical bath recipes to diagram * Thanks to bombcar for the layout idea! * Fixed hotkey integration with NEI; should now work with 'T' and 'Y' * Can now view cycle components in tooltip * Added config option to hide empty diagrams. * Added diagram group description, for showing in config comments. * Added separate mod check support for GT 5 vs. GT 6. * Includes large rename of packages and variables to include GT version. * Fixes crash in #1 * Various small diagram improvements: * Added GregTechOrePrefixes diagram * Added bars to GregTechMaterialParts diagram * Properly sorted tools by EU capacity in GregTechMaterialTools diagram * Added "all diagrams" button to ForgeFluidContainers * Removed numbering from DebugRuler due to truncation * Now needs NEI v2.1.13-GTNH or later * Significant restructuring and improvements to code
* Implemented scrolling with mouse wheel * Can scroll pages, diagrams, and cycle components * Fix for GTNewHorizons/GT-New-Horizons-Modpack#8561 * Revamped GregTechOreProcessing diagram layout * Merged thermal centrifuge layouts to free up space * Added chemical bath recipes to diagram * Thanks to bombcar for the layout idea! * Fixed hotkey integration with NEI; should now work with 'T' and 'Y' * Can now view cycle components in tooltip * Added config option to hide empty diagrams. * Added diagram group description, for showing in config comments. * Added separate mod check support for GT 5 vs. GT 6. * Includes large rename of packages and variables to include GT version. * Fixes crash in #1 * Various small diagram improvements: * Added GregTechOrePrefixes diagram * Added bars to GregTechMaterialParts diagram * Properly sorted tools by EU capacity in GregTechMaterialTools diagram * Added "all diagrams" button to ForgeFluidContainers * Removed numbering from DebugRuler due to truncation * Now needs NEI v2.1.13-GTNH or later * Significant restructuring and improvements to code
Hello, great idea with the diagrams mod, it looks like a great addition to any GT modpack.
Just a thing, I'm getting consistent crashes with the mod and GT6 installed (here's a crashlog, it seems to be related to oreprefixes: https://paste.ee/p/zfpRI), I just wanted to know if it could be possible to extend the support to GT6?
Thanks in advance!
The text was updated successfully, but these errors were encountered: