MC Block Tags - regfunkid/reg-more-foods GitHub Wiki

These tags are vanilla block tags that have been overridden or otherwise changed.

minecraft:block/mineable/hoe

Blocks that can be mined faster using a hoe.

minecraft:block/mineable/hoe
{
  "values": [
    "minecraft:melon",
    "minecraft:pumpkin",
    "minecraft:red_mushroom_block",
    "minecraft:brown_mushroom_block"
  ]
}

minecraft:block/mineable/sword

Blocks that are mined faster when using a sword.

minecraft:block/mineable/sword
{
  "values": [
    "minecraft:cactus"
  ]
}
⚠️ **GitHub.com Fallback** ⚠️