-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.14.60 Hotfix
-
None
-
Unconfirmed
-
Windows
My addon was working right before the 1.16 hotfix. Other features in the addon work like my kickplayer feature.
However the damage sensor seems broken. Did we have a syntax change? Here is the section but I will drop the addon.
This segment is where it is broken.
"minecraft:damage_sensor":{
"on_damage":{
"filters":{
"any_of": [
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team1" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team2" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team3" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team4" } ]
}
]
}
},
"deals_damage":false
},