mojira.dev

Effect99

Assigned

No issues.

Reported

MCPE-190342 Items are deleted when trying to store them in a chest that receives the same item with multiple hoppers. Duplicate MCPE-169939 "bone_visibility" does not have Molang support Fixed MCPE-168409 BlockPermutation.matches() and blockPermutation.withProperty() methods do not work with custom blocks. Script API Fixed MCPE-121750 Tools added with addons that have a higher texture resolution look bad on the player's hand. Duplicate

Comments

How is it possible that this has been an issue for years and still hasn't been resolved? And now they come and mark it as "Works As Intended"? Seriously? They didn't even bother to check if it actually works! I just checked a moment ago, and it still doesn't work in 1.21.21

It was fixed in 1.20.10

Engine limitations?

[media]

Two of my addons with broken 3d models.

[media][media]

Problem solved! You just have to adjust the position, scale and rotation as you wish and voila!

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

 

[media]