#Disabling player attacks

1 messages · Page 1 of 1 (latest)

stark tangle
#

What is the format_version of your villager?

#
        "triggers": [
         {
          "on_damage": {
            "filters": { "all_of": [{
              "test": "is_family",
              "subject": "other",
              "value": "player"
            },{
              "test": "has_damage",
              "value": "all"
            } ]},
            "deals_damage": false
          },``` 
Maybe you could try this
severe arch
stark tangle
severe arch