View Issue Details

IDProjectCategoryView StatusLast Update
0002314Industrial-Craft²crossmod-compatibility / submodules / APIpublic2021-05-21 15:17
ReportertheArhar Assigned ToChocohead  
PrioritynoneSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformJavaOSWindowsOS Version10
Summary0002314: New damage system incompatible with AE2 fuzzy upgrade
DescriptionI 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 ReproduceAs in https://bt.industrial-craft.net/view.php?id=2313
Additional InformationAs in https://bt.industrial-craft.net/view.php?id=2313
TagsNo tags attached.
Minecraft Version1.12.2

Activities

Chocohead

2018-06-12 23:54

developer   ~0005690

Likely fixed in IC2 2.8.81, do report back here if not

gatoborrachon

2021-05-21 15:17

reporter   ~0006309

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

Issue History

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