Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PixelFederico opened this issue Mar 31, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@PixelFederico
Copy link

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 PixelFederico added the bug Something isn't working label Mar 31, 2024
@PixelFederico PixelFederico changed the title some of the Modern Industrialization recipes not working with REI Some of the Modern Industrialization recipes not working with REI Mar 31, 2024
@PixelFederico
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant