mojira.dev

KYKY5435

Assigned

No issues.

Reported

View all
MCPE-238051 The Skybox in custom dimensions is messed up Fixed MCPE-238045 Maps do not work correctly in custom dimensions Confirmed MCPE-235799 Shulker Boxes and Mob Skulls are transparent in the inventory menu initially when using texture streaming Fixed MCPE-234669 Sheep eating animations stops other animations Duplicate MCPE-231559 Conversions between string and number is no longer supported in JSON UI Unconfirmed MCPE-229886 A player with an invalid custom skin does not hold items properly in third person and free cam. Awaiting Response MCPE-229466 Spears are not held correctly when using an invalid custom skin Unconfirmed MCPE-229462 query.camera_rotation is aligned with the player’s head, not camera Confirmed MCPE-227006 Moving when using the script player.applyImpulse makes the player’s speed/movement/impulse greater than not moving Unconfirmed MCPE-226702 player.applyImpulse causes the player to phase through blocks Fixed

Comments

Also this does not break MCPE-219473 because that bug is reporting first person geometry, not other entities geometries, which this bug reports

MCPE-229462 (this) uses q.camera_rotation in the animation.json

if q.camera_rotation = 0 all the time, snowballs (which uses animation.actor.billboard) would not rotate properly

//animation.actor.billboard
{
"rotation":["query.camera_rotation(0)", "query.camera_rotation(1)", 0.0]
}

The custom entity with no texture uses a similar animation:

//animation.textbox.camera
{
"rotation":["q.camera_rotation(0)", "q.camera_rotation(1) - q.body_y_rotation", 0]
}

MCPE-219473 calculates query.camera_rotation in the entity.json, in “pre_animation” in “scripts”

Hello,

This is still an issue in the latest preview

  • When creating a locator map in a custom dimension, the player icon is black

  • When in the overworld, the icon is correctly white

  • The locator map does update when in the same custom dimension. HOWEVER, when reloading the world, the map desyncs:

    • There is no longer a player icon even if in the same custom dimension

    • The locator map does not update to any block changes after

This affects copper golems too

[media: IMG_0964.png]

When you trade with a villager, it cannot change its trade again.

Only villagers you have not traded with can change their trades

This also affects iOS

Here is an example world too. This uses the same script as one the Minecraft creator YouTube channel.

[media]

Steps to Reproduce:

  1. Turn on Texture Streaming in settings.

  2. Create a creative mode world and open the creative mode inventory

  3. In the list with all the blocks, scroll down to the shulker box

Spears are also affected

[media: IMG_2212.png]

[media: ScreenRecording_01-09-2026 22-40-33_1.mov]

This bug might be reproduced if you have an invalid custom skin (“A local or platform skin could not be loaded”)

I have no resource packs/addons enabled

Load more comments