Buildcraft 7 incompatibility
HarrisFauntleroy opened this issue ยท 5 comments
Currently crashes on startup with Buildcraft 7.0.6
Launches fine with Buildcraft 6 latest.
Possibly changes to the API in BC7, breaking this class as best I can tell.
https://github.com/TechReborn/TechReborn/blob/1f9600b33c2736a53b69f788f63ed999f743c70b/src/main/java/techreborn/compat/recipes/RecipesBuildcraft.java
This is due to TechReborn changing the recipe for the quarry, and the fact that BC 7 moved the quarry from the factory module to the builders module. Shouldn't be too bad to fix.
Fixed with 2ef2ff9
Readded bc 6 support b56487b