Tech Reborn

Tech Reborn

30M Downloads

Buildcraft 7 incompatibility

HarrisFauntleroy opened this issue ยท 5 comments

commented

Currently crashes on startup with Buildcraft 7.0.6
Launches fine with Buildcraft 6 latest.

http://pastebin.com/tkMnQdxV

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

commented

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.

commented

When I tried to update it I could not find bc 7 on the forge maven

commented

Fixed with 2ef2ff9

commented

If needed we can make it work with both versions?

commented

Readded bc 6 support b56487b