Bug: Berry bush doesn't turn black when opaque with fast graphics
mrjasonn opened this issue ยท 2 comments
What Feature Types Apply to This Bug?
Block
Other Type
No response
What Type of Bug Is This?
Design
Forge Version
20.4.219 (NeoForge)
The Aether Version
1.3.2
Is This Bug a Conflict With Another Mod?
No response
Client Log
No response
Crash Report (if applicable)
No response
Steps to Reproduce
- Turn on fast graphics
- Get berry bush
- Place it down and observe
What You Expect To Happen
That it will turn black like other leaves when using fast graphics
What Actually Happened
It didn't turn black and instead was still transparent
Additional Details
I'd suggest fixing this first then waiting for the author of #2014 to compress it before merging #2014
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed this bug is on the most recently supported version of Minecraft.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
- If playing on a modpack, I have reported this issue to their issue tracker already.
This actually isnt too hard to fix, you just need a custom model like so: https://github.com/TeamTwilight/twilightforest/blob/1.20.x/src/main/java/twilightforest/client/model/block/leaves/BakedLeavesModel.java
and then just wrap the models in the ModifyBakingResult event like so: https://github.com/TeamTwilight/twilightforest/blob/1.20.x/src/main/java/twilightforest/client/TFClientEvents.java#L93-L96