buttilda / Another-One-Bites-the-Dust

Process ALL the ores!
http://minecraft.curseforge.com/mc-mods/221863-another-one-bites-the-dust
24 stars 21 forks source link

With RotaryCraft v14, Server crash #125

Closed pikkon38 closed 8 years ago

pikkon38 commented 8 years ago

When adding RotaryCraft v14, there seems to be an issue with aobd. I am not sure if this is an aobd mod or a RC mod, as the crash log references both.

crash-2016-06-01_19.48.17-server.txt

decrobyron commented 8 years ago

Same issue here.

ReikaKalseki commented 8 years ago

See https://github.com/ReikaKalseki/Reika_Mods_Issues/issues/902

ReikaKalseki commented 8 years ago

I am getting this reported 20+ times a day...

pikkon38 commented 8 years ago

The workaround for this is to turn all RotaryCraft support off in the AOBD config file. Change all isntances of "B:RotaryCraft=true" to "B:RotaryCraft=false". Reika does a good job of supporting many different ores from many mods. So changing this to false really wont hurt much of anything in terms of gameplay.

Baughn commented 8 years ago

How can this even happen? Near as I can see, the method still exists, Reika just changed the return type. From void.

I'm probably missing something obvious.

ReikaKalseki commented 8 years ago

The return type is part of the method.

Reika.RotaryCraft.API.ExtractAPI.addCustomExtractEntry(Ljava/lang/String;LReika/DragonAPI/Interfaces/Registry/OreType$OreRarity;Ljava/lang/String;Ljava/lang/String;IIILReika/DragonAPI/Interfaces/Registry/OreType;[Ljava/lang/String;)[Return]

addCustomExtractEntry(String, OreRarity, String, String, int, int, int, OreType, String)[Return]