File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ models + shaders to display player models using new item_display entites.
46
46
/item replace entity @e[tag=leg_r] hotbar.0 with minecraft:player_head[minecraft:profile="Notch",minecraft:custom_model_data=5]
47
47
/item replace entity @e[tag=leg_l] hotbar.0 with minecraft:player_head[minecraft:profile="Notch",minecraft:custom_model_data=6]
48
48
```
49
+
50
+ ### what the values mean
49
51
50
52
- ` view_range:0.6f ` guarantees the player model will be unloaded within 512 blocks vertically
51
53
- ` translation: ` skin is loaded based on y offset:
@@ -61,8 +63,6 @@ models + shaders to display player models using new item_display entites.
61
63
-4096 = right leg
62
64
63
65
-5120 = left leg
64
-
65
- ### what the values mean
66
66
67
67
- ` ~ ~1.4 ~ ` when standing, head arms and torso pivot from here
68
68
- ` ~ ~0.7 ~ ` when standing, legs pivot from here
You can’t perform that action at this time.
0 commit comments