Filter option in pneumatic helmet isnt working
gamelnderGamler opened this issue ยท 4 comments
For feature requests, just erase this template and clearly describe the feature you'd like to see
Minecraft Version
1.12.2
Forge Version
1.12.2-forge1.12.2-14.23.1.2604
Mod Version
pneumaticcraft-repressurized-1.12.2-0.4.0-136
Describe your problem, including steps to reproduce it
Maybe iam doing something wrong.
In the pneumatic helmet options i want to filter my entity tracker for drones (@drone). But if i close the menu, the filter isnt there.
Any other comments?
You are doing a great job! Thank you very much :).
sorry, i wrote the wrong forge version. This is the right one: 1.12.2-forge1.12.2-14.23.1.2587.
(Modpack all the mods 3)
If i apply a filter in a singelplayer world (creativ mode) it works, but on a server the filter isnt working.
I started the singelplayer world with a different Pneucraft version, but i changed it so it shouldnt matter?
Helmet in the multiplayer world
Helmet in the singleplayer world
really strange.
Yeah, guessing something's not being synced properly here. I'll investigate further...
Problem was a server-side packet handler (handling filter updates) calling a client-only method, which obviously failed. Will be fixed in next release (or build 144+ from http://jenkins.k-4u.nl/job/PneumaticCraft-Repressurized/)