mojira.dev

yang0102357

Assigned

No issues.

Reported

MCPE-168130 Mobs with "minecraft:damage_sensor" can't be attack properly. Duplicate MCPE-168129 Invalid objects in entitiy component "minecraft:behavior.nearest_attackable" crash the game Fixed MCPE-168127 Addon-on projectile fall suddenly. Incomplete

Comments

The add-on is in the world.The code of damage sensor is like this:
"minecraft:damage_sensor": {
                "triggers": [
                    {
                        "damage_multiplier": 0.5,
                        "deals_damage": true
                    }
                ]
            }
Remove this can fix the problem,set the damage_multiplier no less than 1 can "fix" the problem too.But there is a problem,whether or not I use this component.