Create: Copycats+

Create: Copycats+

5M Downloads

[Bug] Update from 2.0.5 1.20.1 to 2.1.0 1.20.1 causes some already placed copycats to be permanent

Barerock opened this issue ยท 4 comments

commented

Describe the bug
Copycats that have already been placed before updating sometimes can't be replaced with the same type. Even if another block is placed first, then removed, then replaced with a copycat of the same type it will revert to the block texture it was beforehand.

To Reproduce
Steps to reproduce the behavior:

  1. Install dependencies and place a copycat stair and add a block to it
  2. Install the update
  3. break and place a new copycat stair of the same type in the same orientation
  4. See error

Expected behavior
Well they should break and place normally.

Screenshots
2024-08-01_18 44 03
2024-08-01_18 44 14
2024-08-01_18 44 24

  1. a copycat vertical stair with layered granite bricks texture
  2. broken
  3. placed back, it immediately converts to the previous texture, only being a copycat texture for a split second

Desktop (please complete the following information):

  • Minecraft Version: [1.20.1]
  • Mod Loader[Forge 47.2.20]
  • Mod Version [2.1.0]

Additional context
This specific area isn't the worst place for this to happen, because brick stairs exist, but other places in this structure do require texturing and now I can't texture them properly or at all.

commented

Placing a DIFFERENT kind of copycat, for instance a half slab, will update the block data and allow normal behavior again. This does NOT occur with panels, at the very least, which is the only other block immediately tested in this tunnel.

commented

Placing another stair and texturing it will make the block data bug out again, actually. I think this is just a bug with the 2.1.0 version, not with updating.

commented

I think I know why this is happening. Before we push an update, you can wrench the copycat before breaking it to change the texture.

commented

Awesome, thanks for being on top of it. <3