Wiki 9Minecraft Item Obliterator Wiki
Item Obliterator Wiki › Configuration

Item Obliterator — Configuration

The config file

The file is config/item_obliterator.json5 and it is created with commented defaults the first time the mod runs.

Entries are plain item ids, written as JSON strings and separated by commas:

"blacklisted_items": [
    "minecraft:diamond",
    "minecraft:golden_apple"
]

A line beginning with // is treated as a comment and skipped, so you can annotate a long list or park an entry without deleting it.