CC: Tweaked

CC: Tweaked

42M Downloads

Expandable turtle tools

SirEdvin opened this issue ยท 1 comments

commented

I would suggest to more expandable turtle tools upgrade.

For example, turtle tool flow can be splitted in this steps:

  1. Selecting blocks to break
  2. Generate tool to break blocks
  3. Block breaking
  • Check if block suitable for break (extra callback)
  • Check if breaking could continue (for example, fluid check)
  • Block breaking
  • Process drop

I guess, most of modders would be interesting in changing everything expect actually block breaking.

So, for example, each of this steps, expect block breaking, could be a part of API.