GregTechCEu / gregicality-multiblocks

(1.12) Adding many new multiblocks to GregTech CE Unofficial
MIT License
14 stars 26 forks source link

ABS recipes for materials without hot ingots (aka non-molten ABS recipes) are no longer generated in 1.2.2 #47

Closed IntegerLimit closed 1 year ago

IntegerLimit commented 1 year ago

Title. This is probably due to https://github.com/GregTechCEu/gregicality-multiblocks/blob/master/src/main/java/gregicality/multiblocks/api/AlloyBlastUtil.java#L24 erroring, although, I really don't have any idea.

Check materials such as Vanadium Steel, Blue Steel, Red Steel and Black Steel. They have ABS recipes in GCYM 1.2.1, but those recipes disappear in 1.2.2. Same problem applies to custom CT materials, and probably applies to groovy materials too.

TechLord22 commented 1 year ago

Fixed as of 94655d32bf7d0c8c92a1cb7a74874a787dd534ea. A test has additionally been added to help prevent these issues in the future as well.