mojira.dev

mingwangdada

Assigned

No issues.

Reported

MCPE-225499 items in containers that have durability 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" is 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 MCPE-185522 cannot remove skin packs from my device Duplicate MCPE-185521 copper trapdoor shifts in wrong direction Duplicate MCPE-184977 Locked map won't save its image Cannot Reproduce MCPE-178920 When skipping to higher versions NPCs disappeared Cannot Reproduce

Comments

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]

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]

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.

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

The video… If it do help? You can’t see my mouse through the video. So, if it doesn’t work, the wizard won’t shoot, either consume the fire charge.

But if it works(by using snowball), I can offer a video.

[media]

As for the pack… I won’t offer the original pack, because it has many extra unnecessary elements. and the pack @GoldenHelmet just offered is enough for test. if you want a variation pack, only need to replace “minecraft:fire_charge” with “minecraft:snowball” in the file “goldy.json” in the pack.

So, I suppose the documentation is incorrect or it is a bug.