Sinytra / ConnectorExtras

Integrating Connector with third-party APIs
https://modrinth.com/mod/connector-extras
MIT License
19 stars 8 forks source link

Some of the Modern Industrialization recipes not working with REI #32

Open PixelFederico opened 7 months ago

PixelFederico commented 7 months ago

Describe the bug

I can't see all recipes of modern industrialization that are made on top of custom crafting tables (for example the steel ingot is made by steel dust, but steel dust have no recipe

Steps to reproduce

  1. Install the architectury mod for forge, cloth config api for forge, rei for forge and REIPluginCompatibilities for forge
  2. Install modern industrialization for fabric
  3. Try to see the recipe of the steel ingot
  4. Notice that the steel ingot is made by steel dust, and the steel dust is made by steel tiny dust, but steel tiny dust is made by steel dust
  5. Try to serach "bolt" in rei and try to see the recipe of any bolt, like the steel bolt

Logs

https://mclo.gs/L6YU9FD

Additional context

Of course if i try to load the mods with fabric without connector and with all mods for fabric it works

PixelFederico commented 7 months ago

Actually, i fixed it by changing the "FluidStackHooksFabric.fromFabric(fluid, amount)" to "FluidStack.create(fluid.getFluid(), amount)" in the ReiSlotUtil class in the modern industrialization's source, but i think that a pr would not be the solution as other mods can do the same thing and break the recipes