MachineMuse / MachineMusePowersuits

Minecraft mod, take 2
236 stars 105 forks source link

[1.10.2] IC2-classic support broken #810

Open BloodWorkXGaming opened 7 years ago

BloodWorkXGaming commented 7 years ago

the following lines are spammed continuously in the console when having any item in a crafting window.

[14:00:31] [Server thread/WARN] [MachineMuse]: Item ic2:cable not found in registry for recipe. [14:00:31] [Server thread/WARN] [MachineMuse]: Item ic2:glass not found in registry for recipe. [14:00:31] [Server thread/WARN] [MachineMuse]: Item ic2:fluid_cell not found in registry for recipe.

lehjr commented 7 years ago

In the future, know that incomplete bug reports will not be addressed. At the very lease include version info because people come to me with incomplete bug reports and expect me to guess what versions of mods and forge, even Minecraft they are working with.

That being said, that's an issue with IC2 and IC2 classic using different internal naming for items while both mods declare themselves as "IC2". I will try and come up with a workaround, but I cannot guarantee success.

BloodWorkXGaming commented 7 years ago

Ups, sorry, reading my bug report again I indeed notice that I am missing a lot of info. Thanks for taking a look.

lehjr commented 7 years ago

I've updated the title to reflect the underlying issue. The log spam is only a symptom of something bigger. Due to the way the mod was written to only support IC2 experimental, crashes are likely anywhere there is IC2 integration in the mod.

I've figured out how to differentiate the 2, but I have not yet determined if the integration from both can be supported or not yet since there are major differences in each. The recipes are the easy part. The hard part comes with compatibility with each of these 2 mod's power systems.

lehjr commented 7 years ago

Just about done with a fix for everything. Should have something up tonight with any luck.

lehjr commented 7 years ago

Fixed in ModularPowersuits-1.10.2-1.2.124