CD4017BE / InductiveAutomation

Minecraft tech mod
MIT License
5 stars 2 forks source link

Steam compression assembler doesn't work #22

Closed th4umiel closed 7 years ago

th4umiel commented 7 years ago

As the title says, I have it in my survival world, but the same happens when I made tests in creative. Its electromagnetic counterpart works fine. For "doesn't work" I mean that:

  1. It doesn't execute any recipe;
  2. I can't place items in its GUI except with item pipes (strange...). I've a water source, a steam boiler directly connected to the compression assembler, the assembler has steam and pressure but it does nothing.
CJL48 commented 7 years ago

I've also had this problem, on an instance using CD401Lib 4.3.3, IA 5.3.1, and Forge 1.10.2-12.18.2.2122. I hadn't reported it yet because the instance has 90+ mods, so I wasn't sure that it wasn't a mod interaction.

th4umiel commented 7 years ago

Yes the situation it's the same for me, 101 mods, forge 1.10.2-12.18.2.2120 and latest version of the lib and the mod.

EDIT: The assembler works when I close and re-open the save, but obviously this remains quite a bug :(

CD4017BE commented 7 years ago

From v4.2 to v4.3 (v5.2 to v5.3 for IA) I rewrote almost my entire template and api system and did a some code editing with search and replace using regular expressions. I just checked the code again and it seems that I accidentally replaced the ingredient slots of that machine with extract only slots instead of normal IItemHandler slots.

th4umiel commented 7 years ago

Thanks for your quick answer!