How does the blacklist work? I have 500k snowballs.
spikespaz opened this issue ยท 5 comments
I tried adding
{
"id": "minecraft:snow_layer"
}
to the blacklist.json
because with Serene Seasons installed the quarry spends ALL of its time breaking the snow layers.
Which Minecraft version? Which machine are you using(Quarry Plus, Chunk Destroyer, Mini Quarry)?
The black list is not for this problem. It removes the drops of blocks. Then, I should add "ignore list" to machines.
I wrote an article of how to use black list in Wiki.
The article says you should add this to the blacklist.json
in config dir.
{
"id": "quarryplus:blacklist_name",
"name": "minecraft:snow_layer"
}
If you want to ignore the Snow block(not the layer), add this.
{
"id": "quarryplus:blacklist_name",
"name": "minecraft:snow"
}