Uncrafter is a Minecraft Forge mod adding blocks capable of uncrafting items.
Version : 1.19
CurseForge : Project Link
You can send IMC messages to this mod to disable items in the uncrafter (meaning this item can't be uncrafted).
The method the mod is awaiting is blacklisted-items, and the supplier should return a list of strings (a string being an item id).
Example :
InterModComms.sendTo("uncrafter", "blacklisted-items", () -> List.of("modid:item"));