df-mc / dragonfly

Minecraft Bedrock Edition server software written in Go
https://discord.gg/U4kFWHhTNR
MIT License
673 stars 150 forks source link

Decorated Pots no longer match vanilla behaviour #897

Open TwistedAsylumMC opened 2 months ago

TwistedAsylumMC commented 2 months ago

As of 1.21.30, decorated pots can store up to a stack of a single item. They can also be destroyed by projectiles and play animations when interacted with. This is an nbt field named "animation" which is one of the following:

0: Default state, idle and does not move
1: Used when right clicking with an incompatible item, either air or an item that doesn't match what is stored
2: Used when right clicking and an item has been put inside the pot

After a certain amount of ticks (seems like 20) the animation resets back to 0.