block/ctm textures cause z-fighting
Diskman20 opened this issue ยท 8 comments
Version information
sodium-fabric-mc1.17.1-0.3.2+build.7
Expected Behavior
Blocks should display with a base texture surrounded by a border texture with no z-fighting between border and base textures.
Actual Behavior
The borders overlap the base texture in a strange way and cause z-fighting
Reproduction Steps
- Use a texture pack that uses the 'block/ctm' parent model for a block. (see VanillaTweaks.net)
- Place blocks.
- Observe the z-fighting.
Java version
Java 16
CPU
AMD Ryzen 5 2600
GPU
NVIDIA GeForce GTX 1660 SUPER
Additional information
The only other mod that I have that might change rendering is Lithium
Can you check if your issue was resolved by the patched version mentioned here?
I'm afraid I'm a bit dense and do not know how to use the patched version, sorry.
I'm afraid I'm a bit dense and do not know how to use the patched version, sorry.
Go to GitHub Actions to download the bleeding-edge versions (meaning: versions that have the latest changes)
Sorry I'm so dumb but I went to Actions and couldn't figure out how to download anything.
Thanks so much for all the help, the issue is fixed in the latest bleeding edge version.
Sorry I'm so dumb but I went to Actions and couldn't figure out how to download anything.
In GitHub actions you should see a list of recently-built versions. Click on the one one top (usually the latest changes) then look in the artifacts section. There should be a link there, click on it and you will recieve a zip file with the latest mod build
Duplicate of #815