Started by
Thijsboefjes09
on
Topic category: Help with Minecraft modding (Java Edition)
i wanted to make so if u right click an oyster when it opens; at night that it gives u a pearl and i just cant get it to play an animation im new to mcreator btw
give it an entity string tag under synced data, standard set it to idle or smth, when right clicked, and set synced data you made to "open" wait length of opening, drop pearl item entity and set synced data to idleopen. under animations you choose the animations you made and set idleanimation to play if syncedData = idle, and you repeat that for open and idleopen.