View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002314 | Industrial-Craft² | crossmod-compatibility / submodules / API | public | 2018-01-30 10:54 | 2021-05-21 15:17 |
Reporter | theArhar | Assigned To | Chocohead | ||
Priority | none | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Java | OS | Windows | OS Version | 10 |
Summary | 0002314: New damage system incompatible with AE2 fuzzy upgrade | ||||
Description | I wanted to reproduce old technique of nuclear reactor automatization with Applied Energistics 2 and found out that their fuzzy upgrade cant no longer work with LZH condensators because of 2 code changes: First - they use isDamageable check on item to even consider it fuzzy, but LZH condensators returns false for this check Second - they use subMap with generic sets they create to filter items, and they create them by setItemDamage limits, but LZH condensator uses CustomDamage and not setting it by default method This is very easily fixed by editing AE2 code, (that they REFUSED to do: https://github.com/AppliedEnergistics/Applied-Energistics-2/issues/3361 ) But I think, maybe you can fix it from your side. I put none priority to this issue because of that. | ||||
Steps To Reproduce | As in https://bt.industrial-craft.net/view.php?id=2313 | ||||
Additional Information | As in https://bt.industrial-craft.net/view.php?id=2313 | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.12.2 | ||||
|
Likely fixed in IC2 2.8.81, do report back here if not |
|
wasn't this fixed? it seems to not: https://github.com/PrototypeTrousers/Applied-Energistics-2/issues/19 anyways, i will see if i can get that custom AE2 fork that is supposed to be fixed: https://www.youtube.com/watch?v=VB0lgmBu0pI |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-30 10:54 | theArhar | New Issue | |
2018-06-12 23:54 | Chocohead | Assigned To | => Chocohead |
2018-06-12 23:54 | Chocohead | Status | new => resolved |
2018-06-12 23:54 | Chocohead | Resolution | open => fixed |
2018-06-12 23:54 | Chocohead | Note Added: 0005690 | |
2021-05-21 15:17 | gatoborrachon | Note Added: 0006309 |