WTHIT

WTHIT

10M Downloads

Change in behavior for Furnace preview now requires sneak

MeeniMc opened this issue ยท 6 comments

commented

Describe the issue

In 4.8.0, when using the 'Sneak to show details' config, the Furnace progress bar shows only when sneaking.

This is a new behavior compared to WTHIT 4.5.5 (and all prior versions): in these versions, sneaky details hides things like block states, but still shows the smelt progress bar.

The same issue extends to container content when using Megane.

Log output

https://paste.ee/p/bsFUI

Additional context

No response

commented

Correct, I have megane in the screenshot.

commented

Try without megane then.

commented

This is WTHIT 4.5.5 (1.18.1)

2022-03-26_07 08 09

commented

Do you also have megane in your screenshot?

commented

Pretty sure that's always been the case for WTHIT's furnace preview, megane replaces it to it's own implementation, it just now changed to also do that.

This is code snippet from a year ago, the preview is added to body part of the tooltip which is the one that hidden when you use sneaky details.

registrar.addComponent(FurnaceComponent.INSTANCE, BODY, AbstractFurnaceBlockEntity.class);
registrar.addBlockData(FurnaceComponent.INSTANCE, AbstractFurnaceBlockEntity.class);

commented

You are right the change in behavior is in Megane. I still preferred the old behavior (of the combo) though.

issue #124 proposes an enhancement on that aspect.