Xafnir I've been looking through the ItemsAdder docs but I swear I can't find any of the docs referring to tile-entities and how to create that type a block and add a frame animation to it (upon interacting) Example use case is a chest that opens/closes during interaction
ItzASecretBoi Hey, volunteer here! I don't think itemsadder currently does that, but you can suggest it anytime here on the forums or on the github!
Xafnir So the tile type https://itemsadder.devs.beer/plugin-usage/adding-content/block only refers to a regular block with the type being a tile? Meaning there's no support for animating the tile?
LoneDev No, there is nothing like that for now. I plan to implement custom inventories which introduce animations too, but they will use entities for that.