mojira.dev

mingwangdada

Assigned

No issues.

Reported

MCPE-229320 Incorrect description in the documentation / definition of shulker should change Unconfirmed MCPE-229153 non-English characters render differently from English characters on sign board Duplicate MCPE-228609 failed to get content of 'minecraft:book' component via SAPI Unconfirmed MCPE-228322 transparent blocks are cut by the render cloud Duplicate MCPE-225499 items that have durability in containers store differently when being saved Unconfirmed MCPE-223824 camera photograph in bedrock edition with weird brightness under vibrant visual mode Unconfirmed MCPE-222859 When updated to minecraft/server-2.0.0, the addon doesn't work Cannot Reproduce MCPE-218743 Crit particles works differently Unconfirmed MCPE-218326 unable to close the dialogue box when the initator is distant from the NPC Unconfirmed MCPE-218038 "Homing" of entity component "minecraft:projectile" does not work as described in the document Unconfirmed MCPE-217818 firefly bushes appear everywhere Unconfirmed MCPE-193998 Whether item component "minecraft:shooter" can define the position of ammunition shot from/ Invalid MCPE-191637 Item with component "minecraft:shoot" doesn't consume the ammunition properly when it has enchant "infinity" Unconfirmed MCPE-191558 The pressure plate sometimes don't update its block state Duplicate MCPE-191514 item component "minecraft:shooter" won't regard fire charge as a valid ammunition Works As Intended MCPE-191011 armor's texture in slot Duplicate MCPE-190513 scripts failed to read components of mobs Unconfirmed MCPE-190453 Speed of regeneration effect depends on the duration (infinite) Unconfirmed MCPE-189668 ghost trading item Unconfirmed MCPE-189523 render problem Duplicate

Comments

[media]
[media]
[media]
[media]
[media]
[media: 屏幕截图 2025-10-03 114618.png]

[media: 屏幕截图 2025-10-03 115031.png]

[media: 屏幕截图 2025-10-03 115120.png]

The description in documentation seems to express that only players have minecraft:equippable component. but what does the body slot for? player entity is humanoid entity for sure, so there won’t be body slot for player. if the component not only for player entity, why any other mobs that can wear armors do not have the component?

I’ve spent some time to clarify the issue.

This requist should be closed. I just found out the reason why it happens.

It seemes the arrows in offhand slot sometimes soft-lock regardless of the enchantment

And it seems the command block the button right placed on is being delay for 1 tick than other command blocks that can be activated by the button

The issue won’t affect the command blocks not at the edge of ticking area, nor the command blocks inside the ticking area.

It is kind of weird. Sometimes the issue happens and sometimes not.

Meanwhile, set and reset the ticking area may change the order of command block functioning.

I’m going to show the procedure with the video. It still affects any world in the latest version of minecraft.

[media: Minecraft 2025-05-14 12-33-18.mp4]

The first I demostrated is correct function of the command block structure

The second one is the one with problem.

And I noticed another problem on the testing world

[media: Minecraft 2025-05-14 13-05-20.mp4]

the command blocks seems ranked randomly, regardless of the tickingarea
I’ll attach the testing world here

[media]

The original description of the report was inaccurate. If you replace

The error post shows that a mob hitting other entity and its component "equippable" wass undefined(not readable). And actually its component "inventory" was not readable, too. So I suppose mobs' components that contains item stack were not readable.

with

The thrown error seemed show that any mobs(of cause player isn’t a mob) cannot be defined as “damagingEntity”

I would be more clear.