PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

dig widget blacklist not working

kbruins opened this issue ยท 5 comments

commented

16.3 Minecraft Version

34.1.0 Forge Version

2.4.2-49 Mod Version

i am making a digging program that needs to ingore ores that are affected by the fortune enchantment. so i try to blacklist those affected ores but when i let the program run the ores still get mined. whitelisting does work correctly.

to reproduce simply try blacklisting a block in the dig widget and let the drone do its work.

commented

Confirmed. Added diamond ore to the blacklist (and checked the "Blockstate" checkbox) but the drone mined diamond ore anyway.

commented

I think I see the problem. Matching by blockstate was originally intended for blocks that never dropped an item (I believe Shoggoth slime from Abyssalcraft was the motivator), so the the filter doesn't match blocks that do drop an item.

I think it will be OK to ignore the item, and always match by block only if the Blockstate option is checked, but I'll need to do a bit more testing...

commented

Build 57 from https://jenkins.k-4u.nl/job/PneumaticCraft-Repressurized-1.16/ should fix your problem. Or you can wait for the 2.4.3 release in the next day or two.

commented

thank you for responding.

commented

Fixed in 2.4.3 release