Presence Footsteps

Presence Footsteps

16M Downloads

F3 screen polution

MeeniMc opened this issue ยท 5 comments

commented

Hi there, late adopter but I love it.

One thing I do not like is the amount of debug that are produced in the Right F3 screen. The targeted block is printed, with all its tags etc, that is a lot, and moves the rest of the F3 information all around the place when moving and targetting different blocks.

I understand that this can be critical information for debugging specific issues, could this heavy printing of the targetted block be toggable in the configuration screen so that it is not distracting when everything works as intended?

commented

I double-double checked, and here is what I found:

  • problem arise when using mod better F3
  • the Better F3 mod splits the targetted block and the "misc left, misc right" areas, these misc areas can be written by mods
  • With Presence Footsteps active, the tags are duplicated in both areas (targetted block, and misc right, see picture)

So this is more of a compatibility request then, since the behavior without better f3 is normal.

In this picture, the Targetted Block panel contains the tags and blockstates, Presence Footsteps is loaded and the information is duplicated in the Misc Right panel
2024-06-27_09 32 55

In this picture, the Targetted Block panel contains the tags and blockstates, Presence Footsteps is not loaded so the information is not duplicated in the Misc Right panel
2024-06-27_09 34 38

commented

Also the piece of text that should have been injected "Targetted Block sounds like: ..." got stripped out when using better F3

commented

Same with lines being removed. Better F3 is the problem here.

commented

Presence Footsteps only inserts its new lines before the tags. It doesn't append anything else that was already there. If the tags are being duplicated that is entirely a problem with Better F3

commented

Printing the blockstate and its tags is a vanilla feature.