how do i make so my oyster only opens at night

Started by Thijsboefjes09 on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make so my oyster only opens at night

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

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
give it an entity string tag…
Sun, 03/01/2026 - 14:29

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.