This is a way to make AMT2 RF integration work with BC and without CoFHCore dependency
asiekierka opened this issue ยท 1 comments
- For @optional(modid = "CoFHCore"), do @optional(modid = "CoFHAPI|energy")
- 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