You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What model limitations does Animated Java have and how do they compare to Vanilla Minecraft?
11
+
11
12
Animated Java has fewer limitations than Vanilla Minecraft, but there are still a few limitations to keep in mind when creating your models:
12
13
13
14
- Elements, like in Vanilla Minecraft, are limited to rotations of 22.5 degree increments and only along one axis at a time. However, bones can be rotated freely.
@@ -16,6 +17,7 @@ Animated Java has fewer limitations than Vanilla Minecraft, but there are still
16
17
---
17
18
18
19
## Are there any performance concerns with Animated Java? / What can I do to improve performance?
20
+
19
21
There are a few things you can do to make sure your models run as smoothly as possible:
20
22
21
23
- Use a few bones as possible. The more bones you have, the more NBT modifications need to be done each frame. Note that bones with no Cubes in them are not exported, and therefor do not contribute to performance issues.
@@ -26,32 +28,37 @@ Animated Java is designed to be as efficient as possible, but there are still so
26
28
---
27
29
28
30
## Can I use vanilla item / block models?
31
+
29
32
**Yes!** Animated Java supports vanilla item and block models. You can use the `Add Vanilla Item Display` and `Add Vanilla Block Display` buttons in edit mode to add them to your model.
30
33
31
34
If you disable `Export Resources` in your Blueprint's settings, you can make and animate Animated Java Rigs without using a Resource Pack!
32
35
33
36
---
34
37
35
38
## Can I have multiple exported rigs in a single Data Pack / Resource Pack?
39
+
36
40
**Yes!** As long as each Rig's Blueprint has a unique `Export Namespace`. Just select the same export Data Pack / Resource Pack for the Blueprints you wish to merge, and Animated Java will automatically handle the rest.
37
41
38
42
---
39
43
40
44
## Can I play multiple animations at the same time?
45
+
41
46
**Yes!\***
42
47
43
48
\*Only one animation may affect any given bone at a time. However, you can play multiple animations simultaneously by having them affect different bones.
44
49
45
-
See the [Excluded Bones](/docs/the-blueprint-format/animations#excluded-bones) section of Blueprint Animations for more information.
50
+
See the [Included / Excluded Bones](/docs/the-blueprint-format/animations##included-excluded-bones) section of Blueprint Animations for more information.
46
51
47
52
---
48
53
49
54
## Can I preview custom fonts in Text Displays?
50
-
**No.\*** Animated Java does not support *rendering* custom fonts at this time. :pensive:
55
+
56
+
**No.\*** Animated Java does not support _rendering_ custom fonts at this time. :pensive:
51
57
52
58
\*You can still use custom fonts in your Text Displays. They will be displayed as the default Minecraft font in the editor, but will render correctly in-game.
53
59
54
60
---
55
61
56
62
## Can I smoothly transition between different animations?
63
+
57
64
**Yes!** See the [Tweening](/docs/the-blueprint-format/animations#tweening) section of Blueprint Animations for more information.
0 commit comments