#How to fix this?

1 messages · Page 1 of 1 (latest)

rare creek
#

How do i make my item fit properly

smoky dirge
#

? attachables

sage needleBOT
west creek
#

?render-offsets

sage needleBOT
#
Example Render Offsets

"minecraft:render_offsets" has two main parameters for the main hand and the off hand, each of which has two fields for the first-person and third-person views. These are defined by a position, a rotation, and a scale.

"minecraft:render_offsets": {
  "main_hand": {
    "first_person": {
      "position": [0, 0, 0],
      "rotation": [0, 0, 0],
      "scale": [0, 0, 0]
    },
    "third_person":{
      "position": [0, 0, 0],
      "rotation": [0, 0, 0],
      "scale": [0, 0, 0]
    }
  },
  "off_hand": {
    "first_person": {
      "position": [0, 0, 0],
      "rotation": [0, 0, 0],
      "scale": [0, 0, 0]
    },
    "third_person": {
      "position": [0, 0, 0],
      "rotation": [0, 0, 0],
      "scale": [0, 0, 0]
    }
  }
}