Trying to use @Optional.InterfaceList, but once I add more than one @Optional.Interface, it gives the error " '=' expected "
@Optional.InterfaceList(
@Optional.Interface(iface = "IRepairable", modid = "Thaumcraft", striprefs = true),
@Optional.Interface(iface = "IToolScoop", modid = "forestry", striprefs = true)
)
Anyone know what I'm doing wrong?