The Graveyard (FORGE/NEOFORGE)

The Graveyard (FORGE/NEOFORGE)

16M Downloads

1.19.2

BlackAures1 opened this issue · 2 comments

commented

What's the issue you encountered?

image
you forgot to write the rules for the silk touch. Because of this error, the block does not drop when you try to gather it with silk.

How can the issue be reproduced?

silk touch

Logs

No response

Additional information

Correct
image

or

  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "enchantments": [
                      {
                        "enchantment": "minecraft:silk_touch",
                        "levels": {
                          "min": 1
                        }
                      }
                    ]
                  }
                }
              ],
              "name": "WRITE_HERE_YOUR_BLOCK"
            },
commented

It cannot be extracted with any tool other than the bare hand

commented

No, this is not intended. Thanks for letting me know! I'll fix it for the next update