Gregtech++ [GT++] [GTplusplus]

Gregtech++ [GT++] [GTplusplus]

94.1k Downloads

Fix Stupid PA recipe handling

draknyte1 opened this issue ยท 1 comments

commented

So this code is disgusting.
https://github.com/Blood-Asp/GT5-Unofficial/blob/7b592a645c91bd5f3ef76189af7936908b427301/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ProcessingArray.java#L67

Proposal: replace with a dynamic map, this is to be done directly to GT via a PR, however, it will also be added via ASM to previous versions. Other mods can register machines and recipe maps via the GT++ API, to avoid GT versioning hassles.

Result: machines such as the Simple Washer or Dehydrator can be used within the PA.

commented