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
Hi, Create: Copycats+ dev again. This is another issue with the Copycat Shaft, where it seems that block colors don't get rendered when using the batching backend or when Flywheel is off. I have checked that the correct colors are definitely provided in our custom BlockColor and BlockAndTintGetter implementations, but grass still looks gray if the active flywheel backend is not instancing. Sorry if this one ends up to be a bug in C:Copycats+, but the fact that only instancing works makes it even more confusing.
If it's related, here are the relevant sections of C:Copycats+ code:
Describe the Bug
Hi, Create: Copycats+ dev again. This is another issue with the Copycat Shaft, where it seems that block colors don't get rendered when using the batching backend or when Flywheel is off. I have checked that the correct colors are definitely provided in our custom
BlockColor
andBlockAndTintGetter
implementations, but grass still looks gray if the active flywheel backend is not instancing. Sorry if this one ends up to be a bug in C:Copycats+, but the fact that only instancing works makes it even more confusing.If it's related, here are the relevant sections of C:Copycats+ code:
BlockColor
implementation: https://github.com/copycats-plus/copycats/blob/6a5f7d253f9925a82f5b2738c5ec796ecad33f90/common/src/main/java/com/copycatsplus/copycats/content/copycat/base/functional/IFunctionalCopycatBlock.java#L255-L268getBlockTint
in ourBlockAndTintGetter
wrapper: https://github.com/copycats-plus/copycats/blob/6a5f7d253f9925a82f5b2738c5ec796ecad33f90/common/src/main/java/com/copycatsplus/copycats/content/copycat/base/model/functional/WrappedRenderWorld.java#L147-L151Reproduction Steps
Download this test version of C:Copycats+ or build https://github.com/copycats-plus/copycats/tree/6a5f7d253f9925a82f5b2738c5ec796ecad33f90 from source:
UNZIP Copycats-forge.1.20.1-1.3.5-shaft-TEST.6a5f7d2.zip
UNZIP Copycats-fabric.1.20.1-1.3.5-shaft-TEST.6a5f7d2.zip
Place a Copycat Shaft and place grass inside
Switch flywheel backend and observe the grass color
Expected Result
The grass should always appear green and should always look like grass in plains biome.
Screenshots and Videos
Crash Report or Log
No response
Operating System
Windows 11
What is your GPU?
NVIDIA GeForce GTX 1650/PCIe/SSE2 4.6.0 NVIDIA 537.13
Mod Version
0.6.8.a
Minecraft Version
1.19.2
Loader Version
Forge 47.2.20, Fabric 0.15.7
Other Mods
(From dev environment)
Additional Context
No response
The text was updated successfully, but these errors were encountered: