GTNewHorizons / GT-New-Horizons-Modpack

A big progressive questing modpack for Minecraft 1.7.10 balanced around the mod GregTech.
https://www.gtnewhorizons.com/
Other
1.02k stars 307 forks source link

AE2 patterns with substitution enabled and is a multiple of recipe may be stuck when trying to craft #18019

Open pilchard436 opened 4 hours ago

pilchard436 commented 4 hours ago

Your GTNH Discord Username

pilchard436

Your Pack Version

2.7.0 beta 3

Your Server

SP

Java Version

Java 17

Type of Server

None

Your Expectation

Trying to craft block of diamond. pattern is doubled several times (2304 diamonds --> 256 blocks of diamond) and has "using substitution" enabled. I have both regular diamonds and industrial diamond in ae system. This bug happens when the amount of diamond blocks that I'm trying to craft requires the use of both regular diamonds and industrial diamond. Setup: image image image image

The Reality

All but the last craft is executed. Last craft is stuck in scheduled state. I suspect it is seeing that 384 diamond + 1920 industrial diamond = 2304 total diamond, therefore it is able to start the whole craft, but it can't insert the items into interface because the pattern doesn't allow it to insert two different types of diamond in a single craft.

image

Your Proposal

make it so that it doesn't combine items when calculating crafts

Final Checklist

pilchard436 commented 4 hours ago

This may be the same issue as https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12826