[BUG] Texture fighting on some items
Describe the bug On some items, there is visible texture fighting, resulting in a point of the textures flickering. I have seen this happen for Hot Ingots, the Rubber Soft Hammer, and the Hammer
Versions Forge: 14.23.5.2847 GTCE: 1.10.8.599 Modpack: None Addons: None
Setup Playing Solo New world generated Yes
Steps To Reproduce
- Go into creative mode and give yourself a hot Niobium ingot (I have seen this on all hot ingots that I have tested)
- Spin in a circle and notice that the texture on the top point is flickering
Expected behavior For there to be no texture flickering
Screenshots

This is an image for the Hot ingot. Notice the black lines on the top point of the ingot
Additional context Add any other context about the problem here.
Please fill in as much useful information as possible. Also please remove all unused sections.
Thank you for creating this issue.
Bug confirmed and should be fixed. I am not sure what is causing this and if it is even on our side. Also I don't give this much priority as it is just small visual bug.
might be a z-fighting problem, possibly other rendering work at this stage enable depth test, but did not end up disable depth test or disable the DepthMask. Suggestion: I haven't seen much of CCL's item rendering pipeline, but you could try disable depth test here? target code