Skip to content
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

Allow specifying tag prefixes to ignore in material builder. #2627

Open
wants to merge 1 commit into
base: 1.20.1
Choose a base branch
from

Conversation

tomprince
Copy link
Contributor

What

This allows setting TagPrefixes to be ignored for a material. This is particularly useful for defining materials in KubeJS,
where you currently need to override GTCEuStartupEvents.materialModification to add the material to the ignore list (resulting in the configuration for the material being split into multiple places.

Outcome

This add a new material builder function .ignoredTagPrefixes, which takes a list of TagPrefixes, and calls .addIgnored on each of the with the material, when it is registered.
Fixes #2514. Closes #2595.

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.

Provide a way to disable tiny/small dusts for custom materials added through KJS at the point of definition..
1 participant