-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ambiguous behaviour of blacklist flag #8
Comments
Try 1.0.7 version. |
Having items on the blacklist in version 1.0.8 does not prevent removal...
|
Can confirm this is an issue on the 1.0.8 version. I also tested on the 1.0.7 version for the same result. Forge 1.12.2 v2854
|
Temporary Solution: I just tested it and my pigs and endermites will stay while zombies are cleared. :) |
On lines https://github.com/DoctorFTB/LagBGonReborn/blob/master/src/main/java/ftblag/lagbgonreborn/LBGCommand.java#L212 and https://github.com/DoctorFTB/LagBGonReborn/blob/master/src/main/java/ftblag/lagbgonreborn/LBGCommand.java#L216 it behaves as expected, but here https://github.com/DoctorFTB/LagBGonReborn/blob/master/src/main/java/ftblag/lagbgonreborn/LBGCommand.java#L222 and here https://github.com/DoctorFTB/LagBGonReborn/blob/master/src/main/java/ftblag/lagbgonreborn/LBGCommand.java#L226 it's completely opposite. This way if
blacklist
istrue
, items are being removed, but the entities list turns into a whitelist, thus removing ALL entities EXCEPT blacklisted.Please make the entities removal behave as intended. Thanks!
The text was updated successfully, but these errors were encountered: