u/lynus69420

am i just bad or what

I've had trouble with being CC immediately after getting out of ult, even though i had W shadow prepared and was spamming W the best i could (idk maybe around 7-8 times a second). And the opponents were doing it consistently, i really couldnt ult without dying in arena or heavily punished in normal. High Emerald - Low dia MMR. Am i really that bad, or is it something else is at fault ? My ping is 23.

reddit.com
u/lynus69420 — 13 days ago

Basically, I'm trying to make a mob with a tag of "test" to drop loot, without the tag the mob drops nothing.

{
  "pools": [
    {
      "rolls": 1,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:paper",
          "conditions": [
            {
              "condition": "minecraft:entity_properties",
              "entity": "this",
              "predicate": {
                "minecraft:entity_tags": {
                  "any_of": [
                    "test"
                  ]
                }
              }
            }
          ]
        }
      ],
      "conditions": [
        {
          "condition": "minecraft:entity_properties",
          "entity": "this",
          "predicate": {
            "minecraft:entity_tags": {
              "any_of": [
                "test"
              ]
            },
            "minecraft:nbt": {
              "Tags": [
                "test"
              ]
            }
          }
        }
      ]
    }
  ]
}

As you can see, I've tried multiple ways to make it work but it was to no avail for days. How do I make this work.

reddit.com
u/lynus69420 — 16 days ago