Shurgent / TFCTech

TFCTech - Addon for TerraFirmaCraft. Custom integration and additional items for TFC + Tech-mods fusion. Base for the TFCTech Modpack (in future).
GNU General Public License v3.0
11 stars 18 forks source link

Startup crash with buildcraft #15

Closed wormzjl closed 7 years ago

wormzjl commented 7 years ago

http://pastebin.com/Pqq9FZHt Probably because that I have only used a few modules from buildcraft, but without robotics and transportation Could you add some detection for individual bc modules?

Shurgent commented 7 years ago

It's strange, because I have added detection of the individual modules: https://github.com/Shurgent/TFCTech/blob/master/src/main/java/ua/pp/shurgent/tfctech/TFCTech.java#L97 https://github.com/Shurgent/TFCTech/blob/master/src/main/java/ua/pp/shurgent/tfctech/integration/bc/TFCTechBCRecipes.java#L89 I do not understand why this is happening. I'll try to spread the processing of recipes from different modules in separate classes. Maybe this will help.

Shurgent commented 7 years ago

Fixed in 0.2.10-A15 (I hope so)