Domestication Innovation Whitelist
A companion mod for Domestication Innovation that adds whitelist functionality for the Collar tag item.
Overview
This mod allows you to create a whitelist of entities that can use the Collar tag from Domestication Innovation. The original mod only provides blacklist functionality, so this add-on is perfect when you want only specific pets to be taggable.
Features
- Adds configurable whitelist filtering for Collar tag usage
- Toggle between whitelist and blacklist modes
- Simple configuration with entity type support
- Seamless integration with Domestication Innovation
Configuration
The mod has two config options:
black_list_mode
- Default:
false - When set to
true, switches the list to blacklist mode - When
false, uses whitelist mode
entity_types
- A list of entity type IDs that can use the Collar tag
- In whitelist mode: only listed entities can use the tag
- In blacklist mode: listed entities cannot use the tag
- Example:
["minecraft:wolf", "minecraft:cat", "minecraft:parrot"]
Usage
- Install both Domestication Innovation and this mod
- Configure the
entity_typeslist with your desired entities - Set
black_list_modetofalsefor whitelist ortruefor blacklist - Only entities matching your configuration will be able to use Collar tags
Notes
- This mod only affects Collar tag usage from Domestication Innovation
- Entity types must use correct resource location format (e.g., "modid:entity_name")

