Closed MauveCloud closed 8 years ago
For the most points here, there is no way to fix them since there are no events to check. For example triggering on machineoutput is annoying enough for multiblock machines.
The Distillatin Tower achievement triggering wrongly is the only one really annoying me.
Okay, here's a new one I just ran across today: I got the achievement "Bad Weather" (legit, I left out a basic gas turbine powering a a BuildCraft filler without putting a roof over it), but the resulting explosion seems to have also triggered the "Electric Problems" achievement (which is supposed to be for an overvoltage explosion). Looking at https://github.com/Blood-Asp/GT5-Unofficial/blob/experimental/src/main/java/gregtech/api/metatileentity/BaseMetaTileEntity.java#L1093 , I'm having trouble determining whether the formula is correct.
The code for explosion from other explosion or overvoltage in the same block seems to be combined. Not worth the work for me the seperate that...