merlinlikethewizard / Mastermine

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

Advanced Peripherals Compatibility(tested on 1.16.5) #17

Closed vishal272 closed 3 years ago

vishal272 commented 3 years ago

Hi was trying this out on 1.16.5 using advanced peripherals to and noticed the chunky turtles were registering as mining. Took a look and noticed that "peripherals" was returning chunky and not chunkloader with advanced peripherals. So just added chunky as an alternate option when classifing turtles. Also added some new pixel art in monitor to match the chunkloader icon in advanced peripherals. unless i missed something it should work with both peripheralsplusone as well as advanced peripherals now

merlinlikethewizard commented 3 years ago

Ah yes, those were much needed additions, thank you! Congrats on digging through the less-than-polished monitor code ;)