Update forge and tesla

This commit is contained in:
Raoul Van den Berge
2016-08-04 02:17:04 +02:00
parent 649c457476
commit 1ae429d05c
3 changed files with 6 additions and 4 deletions

View File

@@ -143,6 +143,6 @@ public final class RefinedStorage {
}
public static boolean hasTesla() {
return Loader.isModLoaded("Tesla");
return Loader.isModLoaded("tesla");
}
}