Variable Cards lose name when being copied.
markuskoeppen opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
When copying a named variable card, the name is transferred to the new card and the original card loses its name.
Steps to reproduce the problem:
- Get a Labeller.
- Get a Logic Programmer.
- Get 2 Variable Cards.
- Using the Programmer, create a Boolean false variable. Use the built-in labelling function to call it "Named". Write it to one of the variable cards.
- Combine the created variable card with the uninitialized variable card in a crafting table.
- The new variable card is now named "Named". The original variable card is now named "Variable Card" (due to having a new ID).
Expected behaviour:
Both variable cards are named "Named".
Versions:
- This mod: 1.22.0
- Minecraft: 1.20.1
- Forge: 47.3.0
Originally found in ATM9 NF. Confirmed in raw forge install.