thomas15v / NoXray

Xray prevention plugin for sponge
MIT License
9 stars 1 forks source link

Block updates by mods do not reveal ores #13

Open inklit opened 7 years ago

inklit commented 7 years ago

http://i.imgur.com/QL5rLzw.png

This should be self-explanatory.

inklit commented 7 years ago

Using the build you linked me in another issue, I'll recompile and test again since I think this may be resolved by commit https://github.com/thomas15v/NoXray/commit/4bd9cbb7481baa69b0bdb6d3db74c092933f23e7

inklit commented 7 years ago

This was not resolved in that commit. Just tested again on latest build.

thomas15v commented 7 years ago

Hmm computercraft is known to not call forge events. Can you confirm that other modded block breakers do not have the same issue?

thomas15v commented 7 years ago

Actually now I think about it, I don't need to listen to the events. I am already hooked to any block update in the game trough my mixins implementation. I think I already know a sollution for this (without having to mess arround to mutch).