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.
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.