Create: Copycats+

Create: Copycats+

10M Downloads

[Bug] TransparentGhostBlockRendererMixin apply error client crash on 6.0.6

Closed this issue ยท 0 comments

commented

Describe the bug
When the mod is loaded with the Create mod version 6.0.6, placing several blocks from create (including the small cog, shaft, and potentially the girder) causes a client crash.

Crash log suggests "ponder" as conflicting mod (built-in to Create). Mixin information points to a MixinApplyError with TransparentGhostBlockRendererMixin in the DEFAULT phase from copycats-common.mixins.json, followed by a critical injection failure involving a renderModel

crash-2025-06-13_15.10.05-client.txt

To Reproduce
Steps to reproduce the behavior:

  1. Load with Create 6.0.6
  2. Place cog, shaft, or girder. Other blocks unconfirmed

Desktop (please complete the following information):

  • Minecraft Version: 1.20.1
  • Mod Loader: Forge 47.4.0
  • Mod Version: 3.0.1

Additional context
See also: #249 , #247