mojira.dev
MCPE-74572

Piglin dance or celebration isn't playing right

While experimenting some stuff, i realized that the dance animation of the piglins aren't playing right, they just stand wielding nothing and plays the celebration sound but doesn't wave or do the cross dance animation.

Comments 4

Yes, there are two patterns for Piglin's celebration dance. However, the pattern of names in "special" is specified to jump. But in the game they don't jump.

"animation.piglin.celebrate_hunt": {
			"loop": true,
			"bones": {
				"leftear": {
					"rotation": [ 0.0, 0.0, "Math.sin(query.time_stamp * 30) * 10" ]
				},
				"rightear": {
					"rotation": [ 0.0, 0.0, "Math.cos(query.time_stamp * 30) * 10" ]
				}
			}
		},
		"animation.piglin.celebrate_hunt_special": {
			"loop": true,
			"bones": {
				"leftear": {
					"rotation": [ 0.0, 0.0, "Math.sin(query.time_stamp * 30) * 10" ]
				},
				"rightear": {
					"rotation": [ 0.0, 0.0, "Math.cos(query.time_stamp * 30) * 10" ]
				},
				"head": {
					"position": [ "Math.sin(query.time_stamp * 10)", "Math.sin(query.time_stamp * 40)", 0.0 ]
				},
				"rightarm": {
					"rotation": [ 0.0, 0.0, "70 + Math.cos(query.time_stamp * 40) * 10"]
				},
				"leftarm": {
					"rotation": [ 0.0, 0.0, "-70 - Math.cos(query.time_stamp * 40) * 10"]
				},
				"body": {
					"position": [ 0.0, "Math.sin(query.time_stamp * 40) * 0.35", 0.0 ] // <------ Its not working
				}
			}
		}

Wait, where's that from? The data pack files in .json?

Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response

Is this still an issue in the latest version?

If it is, please be sure to include steps to reproduce the problem:

Steps to Reproduce:
1.
2.
3.

Observed Results:
(Briefly describe what happens)

Expected Results:
(Briefly describe what should happen)

If your ticket does not look like the example given here, then it's likely to be closed as incomplete.

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.

For any account or purchasing related issues, please contact Minecraft Customer Support directly, as we cannot assist with those here at the bug tracker.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

Erick Delez

(Unassigned)

Unconfirmed

Android

1.16.0.59 Beta

Retrieved