## What is this
This is a companion datapack for the [VeinDigging mod](https://modrinth.com/mod/veindigging). It introduces a global blacklist.
The purpose is to prevent one-click-destroying of buildings.
I've tried to put a playable list of blocks together.
## What is inside
These blocks cannot be veinmined:
```
"minecraft:cobblestone",
"minecraft:stone_bricks",
"minecraft:cobbled_deepslate",
"#minecraft:planks",
"#minecraft:slabs",
"#minecraft:stairs",
"minecraft:polished_diorite",
"minecraft:polished_andesite",
"minecraft:polished_granite",
"minecraft:farmland"
```
## Works on all systems
The planks, slabs and stairs tags do probably work for the Fabric loader only.
## Mod Support
As of version 1.0.1 the blocks from the [CastleBlocks Mod](https://modrinth.com/mod/castleblocks) are protected, too.
## How to install
Put it in the world's datapack folder. Restart the world. If on a server then restart the MC instance on that server.