SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 13 forks source link

Turtle will mine itself if it uses the turtle.digUp() method #107

Open 0xPascal opened 2 months ago

0xPascal commented 2 months ago

If a turtle equipped with a kinetic augment uses the turtle.digUp() method and there is no block above it, the turtle will mine itself.

https://github.com/user-attachments/assets/2225ea92-2385-4bd8-9ace-375d5f82319f

Also the turtle is able to mine 2 blocks under it with turtle.digDown() method.

https://github.com/user-attachments/assets/a278b46a-a3a6-40b2-b5ea-1552fee53725

Lemmmy commented 2 months ago

Duplicate of #20