Tesla changed their modid
LlubNek opened this issue ยท 2 comments
The Tesla API changed their modid from "Tesla" (capitalized) to "tesla" (lower case), which breaks a dependency for your mod.
As per the Tesla curseforge page:
Alpha and beta releases are intended for mod authors and testers. Mods that support Tesla should only target full releases! Using an alpha build may crash mods that require it!
In other words, until the release build of Tesla changes their modid (which Darkhax assures me will be soon) I'm not changing it.
The reason for this is I have to depend on either Tesla
or tesla
, so if I change it to tesla
now, people following the Release build rule won't be able to use Tesla Coils.
So I've made the change in the code, but I'll be waiting on releasing the next update to TC until Tesla's release build updates.