Civcraft / PrisonPearl

Minecraft plugin for civcraft which allows players to imprison other players inside ender pearls
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

pplocate not updating after pipe transfer #132

Open Diet-Cola opened 8 years ago

Diet-Cola commented 8 years ago

Steps to repro:

  1. Put pearl in pipe
  2. Activate pipe
  3. have pearled player ppl
rourke750 commented 8 years ago

Currently this is the same behavior as hoppers. @Maxopoly said he was going to look into make it work but as of now this isn't a super high priority.

Maxopoly commented 8 years ago

Do you have it working for hoppers? I already added the event and everything

Maxopoly commented 8 years ago

https://github.com/Civcraft/FactoryMod/blob/master/src/com/github/igotyou/FactoryMod/events/ItemTransferEvent.java

rourke750 commented 8 years ago

We do not currently have it working with hoppers. I suppose now I can add it.