mojira.dev

mingwangdada

Assigned

No issues.

Reported

View all
MCPE-237918 TickingAreaManager can only access to ticking areas created by it Awaiting Response MCPE-237183 cannot read world dynamicProperties when they are created by other packs Confirmed MCPE-237118 falling block drops item when gamerule "dotiledrops" is disabled Invalid MCPE-237034 "deals_damage" field doesn't work on player entity Invalid MCPE-237021 "deals_damage" field doesn't work on player entity Duplicate MCPE-236992 "deals_damage" field doesn't work on player entity Invalid MCPE-235491 Game process creates folders that cannot access to Confirmed MCPE-234520 /gamerule command throws "Block" error and shuts down the world Fixed MCPE-233932 Spears cannot limit melee_attack range of mobs that is "not designed to use them" Invalid MCPE-232603 /setblock place command block on a command block won't reset its console configuration Works As Intended

Comments

If you don’t understand the post, here’s a demonstration.

[media: demo.bmp]

If that so, this one should be closed as intended

How to use the pack

  1. use “Debug”

    [media: image-20260328-153753.png]
  2. click “Editor Mode”

    [media: image-20260328-153845.png]
  3. click “Item”

    [media: image-20260328-153927.png]
  4. choose “Inventory” in the dropdown list, input “0” in the textfield, then submit

    [media: image-20260328-154208.png]
  5. the value of the slider named after “Write” refers to the number of page you want to check, then submit

    [media: image-20260328-154458.png]
  6. the first textfield is the content detected in this page. Please note, when getRawContent() returns {}, it is shown as {“rawtext”:[{}]} in the textField

    [media: image-20260328-154737.png]

the key code in line 678:

.textField({translate: "portfolioScreen.page", with: [String(pageNum)]}, {translate: "type:JSON"}, {defaultValue: book.getPageContent(pageNum-1)??`{"rawtext":[${JSON.stringify(book.getRawPageContent(pageNum-1)??{})}]}`})
[media]

Got it. So, should this happen?

Can confirm on Windows. It also affects when some experimental features were enabled

[media]

You want an example, that’s it. But I must clarify that I’m not asking for help on addon, I seriously consider it as a bug.

Also, if you regard it as incorrect usage of coding, please prove it with your correct code that it’s not a bug, but not to simply close my request.

@tryashtar

[media: image-20260312-052654.png]

It’s not on my addon, even I tried to move it outside “on_damage”, I still received damage

Just ingore the code

,
                  {
                    "test": "has_equipment",
                    "subject": "self",
                    "domain": "main_hand",
                    "value": "custom:knife"
                  }

I currently cannot edit my report. So I can’t remove it

Actually, they acts the same when only one trigger exists

[media]

If you want a pack, here it is.

Sadly, it’s still a bug. It won’t be fixed until you find a way to access to the information of tamed entities after “minecraft:tameable” is removed from them.

I may offer a pack that I’m currently developing. Still, it’s a functional error. So I don’t know if you may get a hint from it, since the component is gone and you want to make out whether the property is available.

[media]

Also, the issue affects any entities that use “minecraft:npc” component

It’s for cauldrons in the witch hut, I guess. They use loot table to define which type of potion is spawned in the cauldron.

[media]
[media]
[media]
[media]

Sure it will store in the nbt. But you may not read it via SAPI. Since SAPI provides the properties, they were intend to provide a way to read the UID via SAPI. However, the properties won’t work as intended.

Load more comments