finallion / The-Graveyard-FORGE

The Graveyard adds new structures, mobs and blocks to your minecraft world, themed around the graveyard.
GNU General Public License v3.0
5 stars 8 forks source link

1.19.2 #75

Closed BlackAures1 closed 10 months ago

BlackAures1 commented 1 year ago

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"
            },
BlackAures1 commented 1 year ago

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

finallion commented 1 year ago

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