Tech Reborn

Tech Reborn

30M Downloads

New version crashes with Forestry 3.6.X

Rongmario opened this issue ยท 3 comments

commented
  •    System.out.println();
    
  •    if(!Version.VERSION.split(".")[0].equals("4")){
    
  •        CompatManager.INSTANCE.compatModules.remove(this);
    
  •    }
    

This is where is going wrong, I'm guessing is this:
if(!Version.VERSION.split(".")[0].equals("4"))

commented

I dont think we can support forestry 3.x.x

commented

Closing issue since forestry version checker is removed - will reopen if this happens IF another check is implemented later