作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: technology
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 _thermalparallel-common.toml , please check it!
Feel free to use in modpacks or develop addons.
请登录后举报
暂无评论,抢个沙发吧~