I have the following item model definition for my plate item which looks like this in game:
As you can see, the model in the inventory displays a single plate since I have only one in this stack.
However, when I have more than one stacked, it looks like this.
My question is the following : How could I, in the model definition of this item, make it display the model of the single plate ONLY if the stack count is equal to 1, not 1 or greater?