Skip to content

Should Be Able To Blacklist Material Types #4

@nephatrine

Description

@nephatrine

It looks for ingots, but some mods are dumb and oredict their drop as both ingotXXX and gemXXX and it would be nice to have a material type blacklist for such instances so that ingots that are also declared as gems are ignored. For instance:

    S:detectedMaterials <
        ingot
     >
    S:detectedMaterialsBlacklist <
        gem
     >

The specific things I've seen this on are VanillaFoodPantry's Rock Salt, Trona, and Natron. I know I can just manually blacklist all of those materials by name in S:blacklist, but I think the above config option suggested would produce a more sane config by default without users needing to as often mess with blacklisting specific materials manually.

image
image

Incidentally, if a single item is flagged as multiple types of ingot like this ingotSalt and ingotRockSalt, then dynaores also generates two different raw ores for the same material. It looks like the block only actually drops one of them - the Raw Rock Salt Crystals - even though dynaores generates an unused item and block for Raw Salt Crystals that smelt into the same VFP rock salt crystals.

image
image
image

I'm not sure what dynaores should do in such cases where an ore/ingot is flagged with two names, but it should probably just pick one and ignore the other or generate a single item/block pair with both names like both rawSalt and rawRockSalt.

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