-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
🐛 BugSomething isn't workingSomething isn't working
Description
🛑 Before you Start
- I have searched existing bug reports for my problem.
- I have read the F-A-Q.
- I am using the latest version of Animated Java
- I will only report a single bug in this report. If I have found multiple bugs, I will create a separate report for each one.
🗣️ Describe the bug
In set_default_pose.mcfunction
, it uses tags with the format aj.<export_namespace>.bone.<name>
for everything, including the vanilla displays. The following is from a data pack with "item_example", "block_example", and "text_example" entities. These tags are not present for vanilla displays and are not supposed to be present for them (if I understand the documentation).
execute on passengers if entity @s[tag=aj.blueprint.bone.bone2_example] run data merge entity @s {transformation: [-1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,-1f,0f,0f,0f,0f,1f], start_interpolation: -1}
execute on passengers if entity @s[tag=aj.blueprint.bone.bone1_example] run data merge entity @s {transformation: [-1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,-1f,0f,0f,0f,0f,1f], start_interpolation: -1}
execute on passengers if entity @s[tag=aj.blueprint.bone.item_example] run data merge entity @s {transformation: [-1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,-1f,0f,0f,0f,0f,1f], start_interpolation: -1}
execute on passengers if entity @s[tag=aj.blueprint.bone.block_example] run data merge entity @s {transformation: [-1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,-1f,0f,0f,0f,0f,1f], start_interpolation: -1}
execute on passengers if entity @s[tag=aj.blueprint.bone.text_example] run data merge entity @s {transformation: [1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,1f,0f,0f,0f,0f,1f], start_interpolation: -1}```
### ⚠️ Error Message
```javascript
N.A.
🔄️ How to Reproduce
Export any AJ rig that includes vanilla displays.
✅ Expected Behavior
Whichever tags are supposed to be used to identify vanilla displays should be used.
💡 Solutions & Alternatives
Same as expected behavior.
🟩 Minecraft Version
1.21.4
🟦 Blockbench Version
4.12.2
💻 Operating System
MacOS
📃 Installed Blockbench Plugins
None
⛰️ Minecraft Environment
N.A.
Metadata
Metadata
Assignees
Labels
🐛 BugSomething isn't workingSomething isn't working