
This mod currently adds CT support for IEs Arc Furnace recycling feature.
Example:
import mods.immersivetweaker.Recycling; # Add a recyclable item Recycling.allowItemForRecycling(<minecraft:iron_horse_armor>); # Prevent an item from being outputted Recycling.makeStackInvalidRecyclingOutput(<minecraft:iron_ingot>);
Not sure what else to put here. The mod doesn't do anything else.