ImmersiveMC

ImmersiveMC

683k Downloads

Item Guides in Backpack when Disabled

hammy275 opened this issue ยท 3 comments

commented
commented

#159 technically fixed this, but I'm still going to optimize it a little bit so we don't try to render a bunch of boxes and make sure our box changes didn't break things

commented

Because of using the separate BackpackInfo for this, we do guide box rendering manually. As a result, we never check the config key.

The solution will be (using the 1.19.3 branch) after line 169's comment in ImmersiveBackpack we check the config key to render the help boxes. If it's false, we don't do the for loop and render

commented

Of note:

itemBox.move(0, itemBox.getYsize() / 2, 0); is used for item guides in other immersives.