Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Clean Slate

Wipe the slate clean and develop your modpack from the ground up.

This mod allows for filtering data from datapacks by namespace and reloader.

Configuration

The config file should be at .minecraft/config/clean_slate.json. Here's a template that will prevent all recipes and advancements in Minecraft's namespace from loading.

{
  "filters": {
    "recipes": {
      "type": "blacklist",
      "namespaces": [ "minecraft" ]
    },
    "advancements": {
      "type": "blacklist",
      "namespaces": [ "minecraft" ]
    }
  }
}

This supports any JSON reloader. In vanilla this includes:

  • advancements
  • recipes
  • item_modifiers
  • loot_tables
  • predicates

and on Forge, loot_modifiers as well. Mods also often add their own reloaders.


Project members

tropheusj

Owner

Details

Licensed MIT
Published a year ago
Updated a year ago