
Based on work originally by DoomRater, this mod allows for the blacklisting of items for Twilight Forest's Uncrafting Table.
Configuration
itemInputBlacklist can contain a list of items which cannot be uncrafted. This can be formatted in the following ways:
- modname:itemname
- modname:itemname:metadata
- modname:itemname:* for wildcard output
- ore:oreDictionaryName
itemOutputBlacklist can contain a list of items which, if they are to appear in a recipe output for uncrafting a specific item, will cause that specific item to be blacklisted. The format is the same as above.
Synchronisation
The configuration is synchronised between the server and the client. This information is wiped whenever another server is connected to or the player enters single-player mode. The synchronisation happens when a container is opened for the first time rather than upon logging into the server in order to reduce the overhead.
Commands
/ubreload can be used from the server to re-read the configuration file and synchronise the information with all connected players.
Credit
This project uses code from Just Enough IDs to allow the use of Mixins with the code of other mods.
Patreon & Discord
You can support me on Patreon!
All support for this mod is available on my Discord. You can also keep up with what I'm doing and get notifications streams!
For all other support, please hit "Issues" at the top of this page.