[BUG]: Leaves are a missing texture
TheSicko opened this issue ยท 3 comments
Bug Description
When I place down the Occultism Oak Leaves block or grow the Occultism sapling the leaf texture is the black and pink missing texture.
Logs and Crash Reports
Null
Screenshots and/or Videos
Bug Reproduction
- Place a sapling
- Grow sapling
- see issue
Expected Behavior
I created a 1.19.2 modpack with a variety of mods and it might be possible that this has created some conflicts. I haven't gotten around to testing it out yet.
Minecraft Version
1.19.2
Mod Version
occultism-1.19.2-1.78.0.jar
Modpack
Other
@TheSicko can you try to run occultism in a minimal pack with only the occultism dependencies?
We had #903 where it only occured with other mods, but we never found out which other mod causes it.
Forge Discord recommends a binary search to find which mod might interfere (it is important to, of course, leave occultism in for this to work):
The binary search is a way of finding a faulty thing among a lot of other things, without having to remove the things one-by-one.
This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.
The procedure is simple:
- Remove half of the existing things, and put them aside.
- Run the program / game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones set aside, and repeat from step 1.- Repeat this process until the problematic thing/s have been found.
So I found out that the Better Foliage Renewed mod was causing the issue. Works perfectly after being removed. https://www.curseforge.com/minecraft/mc-mods/better-foliage-renewed
Thank you for investigating! If you decide to open an issue with them feel free to point them here to discuss in case they need any Occultism side changes to make it work.
I suspect, however, the easiest solution would be for them to add occultism to their ignore list (if that exists), as the leaves are special to handle the two visual modes (hidden vs third eye)