Started by
softmushroombaby
on
Topic category: Help with Minecraft modding (Java Edition)
I have Oysters in my MC mod, but with all the empty space, I want to make it so they can stack when clicked with another oyster-- like candles!
I already made the different models (two stacked oysters model, three stacked oysters model, etc. etc.) and want it so the previous model disappears and is replaced with another. I tried this procedure and nothing happened! Can I get some help?
looks like you're using a variable instead of the actual provided blockstate
So this works! yippee! (purely with the use of blocks)
https://imgur.com/a/p7luL9a
HOWEVER it doesn't seem to work with another object, though I did the exact same thing...
so for context: I want to add coffee in the game, which is a drinkable item, but I also want to make it placable, so I
https://imgur.com/a/KavVc1c
https://imgur.com/a/p7luL9a
not working, it jumps from model 1 to model 4.
can you help me?