Additional Enchanted Miner

Additional Enchanted Miner

22M Downloads

How does the blacklist work? I have 500k snowballs.

spikespaz opened this issue ยท 5 comments

commented

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.

commented

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.

commented

This is Minecraft 1.12, and I'm using the new Quarry Plus.

commented

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"
}
commented

Thank you for this!

commented

Hi, how would this work for minecraft 1.19.2 (mod version: 1192.1.1)? Also, does the blacklist.json make the machine not break the block or not output the blacklisted block after breaking it?