Hello. I see that you have a compatibility patch for K2 in the code, but also have space age as a hard dependency. However, when running this mod with K2SO, science packs 35 (scrap) and 46 (mining) are much too early in the tech tree, being required for the mining drill mk 2. This makes scrap science awkward (it should be after discovering Fulgora) and mining science impossible (big mining drill is an ingredient, and big mining drill tech has mining drill mk2 as a prerequisite).
I believe the root of the issue is that SciencePackGalore.techIsValid(tech)
returns false for all trigger techs, which prevents them from being considered in the tree ordering. I haven't managed to create a fix, though.