You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install the architectury mod for forge, cloth config api for forge, rei for forge and REIPluginCompatibilities for forge
Install modern industrialization for fabric
Try to see the recipe of the steel ingot
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
Try to serach "bolt" in rei and try to see the recipe of any bolt, like the steel bolt
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
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
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
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
The text was updated successfully, but these errors were encountered: