You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Install modern ui and refined storage 2. When the mouse is on the button next to the terminal/synthetic terminal, a special mask will form a circle and clear part of the UI.
安装modern ui 和 refined storage 2,当鼠标待在终端/合成终端的边上的按钮时,会有特殊的遮罩围成一圈并清除一部分ui
To Reproduce
place a grid
open the grid
move mouse to the button
see the strange mask
Expected behavior
There shouldn't be this mask.
不应该有这个遮罩 Screenshots
Environment
Mod Version:Fabric-1.20.1-3.10.1.4
Forge Version:Fabric 0.15.11
Operating System:windows 11 23h2 22631.3593
Graphics Card:rtx4050
Other Mods:refined storage 2
The text was updated successfully, but these errors were encountered:
If the shadow effect of the tooltip is enabled, the coverage area of fragment output will be larger, and depth test is enabled on Minecraft's main target. To ensure transparency work, not only do you need to ensure Painter's Order, but you also need to ensure that the depth is greater than the depth of the existing fragments. The tooltip has a depth of 400, so you only need to make the tooltip the last draw operation of the render pass.
Describe the bug
Install modern ui and refined storage 2. When the mouse is on the button next to the terminal/synthetic terminal, a special mask will form a circle and clear part of the UI.
安装modern ui 和 refined storage 2,当鼠标待在终端/合成终端的边上的按钮时,会有特殊的遮罩围成一圈并清除一部分ui
To Reproduce
Expected behavior
There shouldn't be this mask.
不应该有这个遮罩
Screenshots
Environment
The text was updated successfully, but these errors were encountered: