altoclef icon indicating copy to clipboard operation
altoclef copied to clipboard

Delete `CollectCobblestoneTask` and replace with catalogue item

Open TacoTechnica opened this issue 3 years ago • 0 comments

It looks like this is referenced from CollectCobblestoneTask, but in reality both tasks should be replaced with

mine("cobblestone", MiningRequirement.WOOD, new Block[]{Blocks.COBBLESTONE, Blocks.STONE}, Items.COBBLESTONE);
mine("cobbled_deepslate", MiningRequirement.WOOD, new Block[]{Blocks.COBBLED_DEEPSLATE, Blocks.DEEPSLATE}, Items.COBBLED_DEEPSLATE);

Originally posted in https://github.com/gaucho-matrero/altoclef/pull/110#r729427998

TacoTechnica avatar Oct 15 '21 01:10 TacoTechnica