CC: Tweaked

CC: Tweaked

42M Downloads

Mining Turtle tunnel command appears broken

Flatts3000 opened this issue ยท 6 comments

commented

Minecraft Version

1.17.x

Version

1.98.2

Details

latest.log

I have an advanced mining turtle and I'm trying to use the tunnel command. It appears that it refuses to break a block and then when it can't move it errors out of the command. I've tried at positive and negative Y values.

commented

It appears that it refuses to break a block

Can you run turtle.dig() in the Lua REPL and post the output? I'd imagine some block protection is kicking in, and would be useful to see the error.

it errors out of the command

What error does it give you?

commented

What error does it give you?

  • Tunnelling...
  • Aborting Tunnel
  • Tunnel complete
  • Mined 0 items total.

Can you run turtle.dig() in the Lua REPL...

I'll need to do some research to figure out what you mean.

commented

The dig() error is "Cannot break protected block"

commented

That sounds like you've got some block protection mod stopping the turtle breaking blocks.

commented

Yep. I downgraded the mod pack (same cc version) and it works now. Contacting the pack creators. Sorry for the bother.

commented

Good good, glad you've got a fix :)