Applied Energistics 2

Applied Energistics 2

137M Downloads

Requestable items are not considered for autocrafting

yueh opened this issue ยท 4 comments

commented

Requestable items are not considered as source for autocrafting requests, if not also marked as emitable items.

This results in everything having to announce an infinite amount as emitable items, thus the calculation cannot fail due to missing items. Further emitable items will also prevent autocrafting from being used at all for missing items.

The main issue here should be that MECraftingInventory.java#L141 creates the initial inventory by simulating an extraction, which will cause it to lose the data about requestable amounts as these are not available for instantaneous access. Yet it is necessary to avoid the crafting to operate on non extractable items and fail later on starting the job.

commented

No clue what should be done about this, if anything. I can't find where we handle requestable items,

commented

Requestable item support has been removed for now.

commented

I'm now getting this too after updating to rv6 stable 6 and starting a fresh new world.

Example: request 1 charger it says im missing 2 Fluix Seed (another ME Interface has a custom pattern for seeds to pure with it going to water/growth machines) when I have that pattern in an ME Interface next to 4 Molecular Assemblers

commented

Any news?