Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salvage block UI bugs and config issues #590

Open
schindlershadow opened this issue Aug 30, 2024 · 5 comments
Open

Salvage block UI bugs and config issues #590

schindlershadow opened this issue Aug 30, 2024 · 5 comments
Labels
1-21 bug Something isn't working

Comments

@schindlershadow
Copy link

Describe the bug
1: opening the salvage block stops player inventory from being rendered. I suspect this is caused by the salvage block "helpful tips" as if you open it in a way that the player stops looking at the block when the ui is opened, the inventory is rendered correctly
2: The salvage block "helpful tips" config is ignore and is always shown despite "Enable Salvage Tips" = false

Expected behavior
1: player inventory is rendered
2: tips are not shown

To Reproduce
Steps to reproduce the behavior:

  1. right click salvage block

Screenshots
2024-08-30_13 48 09
2024-08-30_13 48 00

Versions:

  • Minecraft: 1.21.1
  • Loader: neoforge 21.1.26
  • PMMO: 2.4.12
@schindlershadow schindlershadow added the bug Something isn't working label Aug 30, 2024
@Caltinor
Copy link
Owner

#1 likely has nothing to do with that renderer. The tooltip is an overlay that hooks into the HUD and just renders text. The only interaction with the inventory is to get the item held in the players hand and still only does that if the player is crouching. I will still look into it though just in case there is something else happening here.
#2 is definitely a bug, so i'll work on that.

@Caltinor Caltinor added the 1-21 label Aug 30, 2024
@schindlershadow
Copy link
Author

if your op'ed #1 does not happen for some reason

@TheTaterLord
Copy link

Can you reproduce this issue with just pmmo installed? This sounds like a conflict with some sort of performance boosting mod in my opinion

@Caltinor
Copy link
Owner

Caltinor commented Sep 2, 2024

I agree. there's something conflicting. this is pmmo with a couple dozen mods from my own singleplayer playthrough. cheats are not enabled.
image

@Caltinor Caltinor added the Cannot Reproduce issue phenomenon cannot be reproduced. label Sep 2, 2024
@schindlershadow
Copy link
Author

schindlershadow commented Sep 25, 2024

#1 confirmed caused by ImmediatelyFast RaphiMC/ImmediatelyFast#271

keeping open for #2 2: The salvage block "helpful tips" config is ignore and is always shown despite "Enable Salvage Tips" = false

@Caltinor Caltinor removed the Cannot Reproduce issue phenomenon cannot be reproduced. label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-21 bug Something isn't working
Projects
Development

No branches or pull requests

3 participants