Skip to content

[Suggestion] Add config for disabling the mod's functionality on having a specific item in inventory #5

@ozokuz

Description

@ozokuz

Having config options that allow to specify items that disable this mod while in inventory would be a great addition.

Here is an example config in JSON (I don't know toml well enough to give an example):

{
  "disableWithItems": [
    { "item": "minecraft:lantern", "slots": ["curios:belt", "minecraft:hotbar"] },
    { "item": "custom:mining_helmet", "slots": ["minecraft:head"] },
    { "item": "#minecraft:candles", "slots": ["minecraft:main_hand", "minecraft:off_hand"] },
    { "item": "custom:totem_of_enlightenment", "slots": ["*"] }
  ]
}

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