Immersive Tweaker
This mod extends integration capabilities between Immersive Engineering and CraftTweaker, providing additional script support for the arc furnace recycling system.
Main Functionality
The mod adds special functions for working with the arc furnace recycling system from Immersive Engineering through CraftTweaker scripts. This allows fine-tuning of the material recycling process in the game.
Usage Example
import mods.immersivetweaker.Recycling;
# Add an item for recycling
Recycling.allowItemForRecycling(<minecraft:iron_horse_armor>);
# Prevent output of a specific item
Recycling.makeStackInvalidRecyclingOutput(<minecraft:iron_ingot>);
Features
The mod focuses exclusively on extending compatibility between the mentioned mods and does not contain additional functionality beyond the described capabilities for working with the recycling system.