Vanish No Packet

Vanish No Packet

855k Downloads

Can't open droppers.

mcy opened this issue ยท 2 comments

commented

Droppers don't open when vanished with silent-chest-reads turned on, which is really bizarre because from skimming the code droppers appear to be handled properly, unless I'm crazy...

case DROPPER:
     inventory = ((Dropper) blockState).getInventory();
     break;
commented

Have you toggled your no-interact?

commented

Nointeract is off, so it's not that.