AppleMilkTea2

AppleMilkTea2

608k Downloads

This is a way to make AMT2 RF integration work with BC and without CoFHCore dependency

asiekierka opened this issue ยท 1 comments

commented
  1. For @optional(modid = "CoFHCore"), do @optional(modid = "CoFHAPI|energy")
  2. For Loader.isModLoaded("CoFHCore"), do ModAPIManager.INSTANCE.hasAPI("CoFHAPI|energy")

I saw some vague notes via Google Translate. This might be related - it lets you load things based on the RF API without needing CoFHCore - so mods like BuildCraft, Ender IO or Mekanism will now load RF integration without needing CoFHCore

commented

I am very grateful!
In the next update, I'm going to put this method to AMT. Thank you!