ComputerCraft

ComputerCraft

21M Downloads

Farming turtle cannot turn coarse dirt into dirt

bcmpinc opened this issue ยท 1 comments

commented

In vanilla Minecraft, using the hoe on a block of coarse dirt, turns it into normal dirt. However, a farming turtle placed on top of a block of coarse dirt will report "Unbreakable block detected" when calling digDown(). I believe this is a bug, as I think the turtle using the hoe on coarse dirt should turn it into dirt as well.

commented

My apologies, It didn't work due to me not understanding how the farming turtle works. There should be an air block between the turtle and the coarse dirt, in which case it turns it into normal dirt as expected.