We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
This is currently possible to do, but it appears to require hooking into two different events:
GTCEuStartupEvents.registry('gtceu:material', event => { event.create('iridium_dioxide_residue') .dust() .color(0x17182e).iconSet('rough') .flags(GTMaterialFlags.DISABLE_DECOMPOSITION) .components('iridium', '2x oxygen', 'rare_earth'); } GTCEuStartupEvents.materialModification(() => { TagPrefix.dustTiny.setIgnored( GTMaterials.get('iridium_dioxide_residue')); })
It would be nice if there was a way to do this that didn't require doing things into two places (perhaps a GTMaterialFlag).
GTMaterialFlag
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Cross-mod Integration
No response
Feature Description
This is currently possible to do, but it appears to require hooking into two different events:
It would be nice if there was a way to do this that didn't require doing things into two places (perhaps a
GTMaterialFlag
).The text was updated successfully, but these errors were encountered: