ThePansmith / Monifactory

A Modern Remaster of Nomifactory
GNU Lesser General Public License v3.0
204 stars 102 forks source link

[Bug]: ME Crafting terminal synthetic favourite (BOM) support #679

Closed jeytee84 closed 4 weeks ago

jeytee84 commented 2 months ago

Issue Summary

I was wondering if there is a way to get the same EMI functionality in the crafting terminal as in the crafting station.

2024-09-09_01-34-36_java_Monifactory_(BETA) (EMI finds the already crafted items in the crafting stations connected inventories)

2024-09-09_01-31-29_java_Monifactory_(BETA) (EMI does not see the ME system's content)

The ME system is hooked up to the exact same two aluminium barrels via storage buses

jeytee84 commented 2 months ago

update: just found the mod fixing this issue in the latest update. https://modrinth.com/mod/ae2-emi-crafting/changelog only problem that it's for fabric only but seems like a forge port is in the works https://github.com/blocovermelho/ae2-emi-crafting/issues/5#issuecomment-2094964813

alikindsys commented 1 month ago

About the port to forge, BOM Sync hasn't really been tested on large packs, and it might get really laggy and that's why I decided to put that behind an experimental option.

Making that efficient could need doing some wacky mixin into ae2 source code which I'm not looking forward to do.

Seen that I'll likely play this exact pack with my friends in the near future, that save on the server will be the test bed for making BOM Sync work on forge.

alikindsys commented 1 month ago

I got a bunch of issues of people running the mod with Connector, so I wouldn't recommend that at all, even though I'm using only API calls from either mod and it should technically work just fine.

jeytee84 commented 2 weeks ago

For reference, a setup with Connector works prefectly for now as detailed here