Evolvo Tweaks
The Evolvo Tweaks modification is a collection of subtle adjustments and improvements for existing third-party Minecraft mods. It introduces useful changes to popular mods, making gameplay more balanced and functional.
Main Features
Integration with Applied Energistics 2
- AE2 Grinder now supports mechanical power from Mystical Mechanics
- AE2 Molecular Assembler processing speed has been balanced for more realistic gameplay
JEI (Just Enough Items) Enhancements
- Added whitelist capability for scan command resources
- Implemented 3D preview of multiblock structures in JEI recipes with JSON-formatted recipe support
- Created new category in JEI for displaying ore generation from Just Enough Resources
Compatibility with Various Mods
- Fixed issues with Mystical Mechanics in certain situations
- Added support for Mechanical Bellows and furnaces from Immersive Engineering
- Integrated iron furnace from IndustrialCraft 2
Villager Trading Configuration
- Provided CraftTweaker methods for modifying villager trades
- Ability to add and remove trade items
Example code for adding trades:
mods.evtweaks.Trade.addTrade("immersiveengineering:engineer",5, <minecraft:gold_nugget>, <minecraft:diamond>);
Example code for removing trades:
mods.evtweaks.Trade.remove(<immersiveengineering:bullet>, <minecraft:emerald>);
Visual Examples




Requirements
Required mods: Applied Energistics 2, Mystical Mechanics, IndustrialCraft 2, Immersive Engineering. Complete list of dependencies is available in the "Relations" tab.
This modification was specifically designed for the Evolvo modpack and is most effective when used as part of it.