Uncrafting Blacklist - Item Unpacking Control
This mod, built upon DoomRater's original work, provides configuration options for blacklisting items in Twilight Forest's Uncrafting Table.
Configuration Settings
The system offers two types of blacklists for precise control over the item uncrafting process.
Uncrafting Ban: You can specify particular items that cannot be disassembled into components. The entry format supports multiple variants:
- modname:itemname
- modname:itemname:metadata
- modname:itemname:* for all variants
- ore:oreDictionaryName
Result-Based Ban: If uncrafting any item would produce elements from this list, the original item is automatically blocked from being uncrafted. The entry format is identical to the previous list.
Settings Synchronization
Configuration settings are automatically synchronized between the server and clients. When switching to another server or entering single-player mode, this information is reset. Synchronization occurs upon the first container opening, reducing system load during server connection.
Management Commands
Server administrators can use the /ubreload command to reload the configuration file and immediately synchronize with all connected players.
Technical Information: The project utilizes code from the Just Enough IDs mod to ensure compatibility with other mods' Mixin systems.