Started by
MrScautHD
on
Topic category: Minecraft mod ideas exchange
Hi i have a nice idea!
Add Java model Animation Import Function and with Producec can you Aktivaited The Animation :)
Topic category: Minecraft mod ideas exchange
Hi i have a nice idea!
Add Java model Animation Import Function and with Producec can you Aktivaited The Animation :)
Minecraft has absolutely no support for animations in Java. The ones you see in mods or in Vanilla Minecraft (i.e. Chests or the Ender Dragon) are hard-coded using custom code, and it would be extremely difficult to make anything to code the animations for you.
So, as it stands, and probably for the foreseeable future, there is no way to import animations or generate them in any way. You've gotta hand-animate them.
not json,obj... i will animate a Entity
and the Mcreator have Animations for Entitys but i will import Functions for it
I know you aren't talking about JSON or OBJ models, of course (Chests are also Java models, you know). I am saying that Minecraft only has support for what is hard-coded into the game, which are:
Other than these three (as well as their subparts, such as swinging on different axes) there is absolutely zero support for any other kind of animation unless you go in and meticulously move every part using custom code in the form of trig functions (sin, cos, tan), custom variables, timers, rendering passes, entity NBT data, etc.
Any animation other than the three defined above (ie the Ender Dragon, Villagers shaking their heads, Sheep/Cows eating grass) is created using the strategies listed above.
Sorry, but it's just the way Minecraft is built. It doesn't have room for canned animation that can be triggered on command such as what (I think) you're describing.
oh ok :(