Started by
Someone who al…
on
Topic category: Help with Minecraft modding (Java Edition)
Hello. I have a problem, I can't change the texture of the stack when there are 2 or more elements in it. Maybe you can tell me how I can do this. We are talking about the 2020 version
Edited by Someone who always needs help on Fri, 04/25/2025 - 15:30
I don’t think this is possible, but you might be able to do it with a procedure.
it should be possible with procedures. items can change textures, like the compass, so while item is in inventory during tick update, get number of items in provided itemstack and change the items property and state accordingly.