New version crashes with Forestry 3.6.X
Rongmario opened this issue ยท 3 comments
-
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"))