Crash because wrong tesla modid in annotation
bdew opened this issue ยท 1 comments
Crash: https://gist.github.com/bdew/04435005f14327e593362b07cfb1d206
You changed it to the lower case modid here: https://github.com/aidancbrady/Mekanism/blob/master/src/main/java/mekanism/common/multipart/PartUniversalCable.java#L39
But it's still uses the capitalised version here: https://github.com/aidancbrady/Mekanism/blob/master/src/main/java/mekanism/common/multipart/PartUniversalCable.java#L347
This leads to that method getting stripped and calling it throws an AbstractMethodError