Hi all,
I've been searching and trying for a solution for a couple of days, but I just can't figure out how to do this properly.
I've learned how to implement furniture into the game, but I need help with this:
1. How can I animate furniture models? The Wiki only explains it how to do it for entities(mobs or blocks, but seems like it doesn't work for furniture or I'm not doing it correctly.
2. How can I animate furniture textures? Same problem as above - it just explains how to do it for the armor.
3. Any chance I can remove/lower the health of the furniture? Currently it takes about 3-4 hits to break it, and I'm trying to implement a custom Waystone model using the FancyWaystone plugin that apparently is compatible with ItemsAdder. Unfortunately, the Waystone destroys on 1 hit, but the ItemsAdder model sometimes stays and bugs out (because it actually takes 3-4 hits to break it) and it loses collision (you can go through it). I figured if I lower the health and make it 1-hit it might solve the problem.
Thanks.