#Remove uncrafting table uses
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
RecipeViewerEvents
If the uncrafting has its own category/tab in JEI, you can use
RecipeViewerEvents.removeCategories(event => {
event.remove('mod:id')
})
Just replace the 'mod:id' with the id used by the uncrafting category
If you mean twilight forest uncrafting table then there is a config option to disable everything
Ticket closed!
Hope this helps.