GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
223 stars 166 forks source link

Fix display of sifter byproducts for materials with no exquisite #2444

Closed kumquat-ir closed 1 month ago

kumquat-ir commented 1 month ago

Before: image

After: image

Correct check for always displaying sifter outputs, don't add chance entries for empty itemstacks, and clean up the code a little. Checking if flawed/chipped stacks are empty is no longer required due to the new chance entry check.