SuperMartijn642 / ItemCollectors

4 stars 4 forks source link

[Bug] Item collector/Advanced item collector not picking up grown pure certus/fluix/nether quarts from Applied Energistics #6

Closed StefanMalina closed 3 years ago

StefanMalina commented 3 years ago

Version Info

Description of the Bug The Applied Energistics 2 items : Pure Certus/Fluix/Nether quartz are completely ignored by the collectors when grown from the quartz seeds of the respective items. and the seeds themselves are also completely ignored even when specifically whitelisted. (Yes i tried increasing the range with no effect. ( Although once a player picks up and throws the fully grown pure quartz near the vicinity of the collector it then picks them up just fine.(Except for the seeds themselves which are again, completely ignored.)))

Steps to Reproduce Simply place either or both of the collectors on chests within range of a block of water containing the crystal seeds, And you can also throw the seeds themselves in random areas within the range of the collectors themselves. They simply won't be collected.

Screenshots 2020-12-30_03 26 19 2020-12-30_03 26 21

StefanMalina commented 3 years ago

in addition: item collectors also completely ignore charged certus quartz even when whitelisted.

SuperMartijn642 commented 3 years ago

Whoops seems my notifications for this repository were disabled. I will have a look at why this happens.

SuperMartijn642 commented 3 years ago

Seems Applied Energistics used their own ItemEntity instead of the vanilla one. I changed it now so any ItemEntity instance can be picked up in version 1.0.8.

Thanks for reporting the issue!