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 here. While developing the Copycat Shaft, I noticed a weirdly specific crash that Flywheel throws when a translucent material is put into the shaft. The crash happens on both Forge and Fabric and the stack trace seems unrelated to C:Copycats+.
Describe the Bug
Hi, Create: Copycats+ dev here. While developing the Copycat Shaft, I noticed a weirdly specific crash that Flywheel throws when a translucent material is put into the shaft. The crash happens on both Forge and Fabric and the stack trace seems unrelated to C:Copycats+.
The crash only happens when the batching backend is active and a material with
RenderType.translucent()
is rendered on the shaft. Because of this, I had to put in a workaround for this specific situation: https://github.com/copycats-plus/copycats/blob/6a5f7d253f9925a82f5b2738c5ec796ecad33f90/common/src/main/java/com/copycatsplus/copycats/content/copycat/base/model/functional/IFunctionalCopycatBlockInstance.java#L33-L35Reproduction Steps
Download this test version of C:Copycats+ or build https://github.com/copycats-plus/copycats/tree/6a5f7d253f9925a82f5b2738c5ec796ecad33f90 from source with the workaround commented out:
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 tinted glass inside
/flywheel backend batching
Crash
Expected Result
Tinted glass renders normally
Screenshots and Videos
No response
Crash Report or Log
https://pastebin.com/mm1RRJNS
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: