merlinlikethewizard / Mastermine

A fully automated strip mining network for ComputerCraft turtles!
MIT License
88 stars 23 forks source link

Better Ore Detection for Modded Ores #36

Closed TheLeetTaco closed 2 years ago

TheLeetTaco commented 2 years ago

Noticed that Modded ores were not being vein mined. Added 2 more if statements to account for air blocks and for if a block has the word ore in its name.

Tested on 1.18.1 AQM2.

merlinlikethewizard commented 2 years ago

Nice. This causes me to wonder what was happening around air blocks in the past...

TheLeetTaco commented 2 years ago

There wasn't any issue with the air blocks with the way it initially was. Once I added the checking for ore in the name I needed to filter out air blocks.