michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

Skyblock? #237

Open Source911 opened 6 years ago

Source911 commented 6 years ago

I have minebot setup with my auto cobble gen farm on my skyblock but i cant get it too mine ores and cobble without it destroying all of the system i built. So cobble gets pushed down and so do ores is there a way to say only mine those? ive tried /minebot mine diamond_ore,emerald_ore,stone,cobblestone

nightscloud2 commented 6 years ago

maybe. Without seeing your system its hard to tell. you might want to play around with syntax, /minebot mine minecraft:diamond_ore OR you might try /minebot mine 56 where 56 is the blockID for diamond ore. some blocks need a DV (damage value) because in minecraft /minebot mine stone doesn't know what TYPE of stone you want to mine, Granite Polished Granite Diorite Polished Diorite Andesite Polished Andesite all have the same ID but different damage value. So smooth stone might look like this /minebot mine minecraft:stone 0 because 0 is the DV for smoothstone, and for granite it might look like /minebot mine minecraft:stone 1 because 1 is dv for granite. BUT it might be easier for you to use the /minebuild clear command with an outline of where you want to mine. For example if you had a 1x1 cobble generator and you wanted to mine JUST 1 block thats genning, you would use pos1 and pos2 as the same block on that 1x1 and then say /minebuild clear which would then break that 1x1 block. You could put that on a repeated plain script with a pause of 1 second between the loop.