altaiiiir / Viner

Welcome to Viner, a mod inspired by the classic Veinminer! With Viner, you can mine blocks in veins, saving you precious time from digging into walls. It's all about efficiency!
https://modrinth.com/mod/viner
3 stars 5 forks source link

add support for block tags in vineable_blocks.json #6

Closed jeharris-eci closed 9 months ago

jeharris-eci commented 9 months ago

Currently the mod only supports adding individual blocks via their full resource name. It would be a great addition to be able to add block tags to save adding each block.

{
  "vineable_limit":5,
  "vineable_blocks": [
    "#minecraft:ores",
    "#forge:ores",
    "..."
  ]
}

I can submit a PR if/when i get a chance