starforcraft / AE2-Import-Export-Card

Adds a Insert & Export Card for Applied Energistics 2
MIT License
1 stars 5 forks source link

the item is deleted if there is no place in the ME system #4

Closed FriendlyCube closed 7 months ago

FriendlyCube commented 7 months ago

if there is not enough space in the me system and I want to use the insert card, then the item will be deleted

as you can see, I have closed all types in the storage cell image

next, I set up the insert card for slot 9 image

checking for the absence of a green block image

I put the green block in the configured slot image

the block disappears image

now I am checking the me system for the absence of this block image

result: the item has been deleted and this is a bug, I hope you can fix this unpleasant bug

additionally: this bug will work even if there is no storage cell in the me system image

starforcraft commented 7 months ago

https://github.com/starforcraft/AE2-Insert-Export-Card/commit/cf0384271e0423ba3df8eb07486b361f1dd88a55 https://legacy.curseforge.com/minecraft/mc-mods/ae2-insert-export-card/files/5224093

FriendlyCube commented 7 months ago

thx