{ // ----------------------------------------------------------- // Item Obliterator by ElocinDev // ----------------------------------------------------------- // // How to add items? // - They are json strings, so you need to separate each // entry with a comma, except the last // - If you start an entry with !, it will be treated as a regular expression // Example: "!minecraft:.*_sword" to disable all swords // // ----------------------------------------------------------- // Do not touch this "configVersion": 2, // ----------------------------------------------------------- // Items here will be unusable completely // Example: minecraft:diamond "blacklisted_items": [ "examplemod:example_item", "kitchenkarrot:ice_cubes", "kitchenkarrot:acorn", "kitchenkarrot:sweet_roll", "kitchenkarrot:pillager_pie", "!refinedstorage:\\d+k_(fluid_)?storage_(part|disk)", "refinedstorage:storage_housing", "refinedstorage:creative_fluid_storage_disk", "!create:[\\w_]*_calcite_[\\w_]*", //"!(another_furniture:|everycomp:af)[\\w_/]*_(shelf|sofa|tall_stool|lamp|bench)", "!(another_furniture:|everycomp:af)[\\w_/]*_(?!curtain|stool|table|service_bell)", "!copycats:[\\w_]*$(?