Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 6 days ago
Updated last week
Thermal Parallel is a Thermal Expansion addon that adds parallel logic to thermal machines using mixin, allowing the machine to conduct multiple crafting in one process like the factories in Mekanism.
The mod aims to help modpacks developers to tweak thermal machines better. It comes with 1 upgrade augment that +1 max parallel by default. You can either enable Add Extra Parallel Augments To Tab in config to get more augment displayed on creative tab (But without recipe) or add your own augment via modding:
public static final RegistryObject<AugmentItem> AUGMENT_PARALLEL_3 = ITEMS.register("argument_parallel_3",()->new AugmentItem(new Item.Properties(), AugmentDataHelper.builder()
.type(TAG_AUGMENT_TYPE_MACHINE)
.mod(TePaConstants.TAG_MACHINE_PARALLEL,16).build()
));
Also there are configs that may help with futher balancing in thermal_parallel-common.toml , please check it!
Feel free to use in modpacks or develop addons.