Skip to content

Make Mekanism Integration respect Chemical Attributes that require special handling #14

Description

@pupnewfster

The isAllowed method should really be validating if the chemical stack requires any special handling or not:

if (!ChemicalAttributeValidator.process(result, ChemicalAttributeValidator.DEFAULT))
    return false;

If you really want you could probably include a config option (defaulted to respecting the chemical attributes), but as it stands this mod currently is allowing for trivializing voiding nuclear waste (and any other chemicals that specifically mark that they require extra validation for if containers/systems can handle them) without having to deal with it.

If this is respected somewhere else and I overlooked it in my very brief glance feel free to just close this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions