laynebritton / jl-fast-treecapitator

A more efficient tree and ore vein miner for Minecraft Bedrock Edition. Cross-platform supported. Faster runtime and lower space complexity than pre-existing solutions.
4 stars 0 forks source link

Replace block destruction mcfunction command with fillBlocks API command. #10

Closed jessejohn01 closed 3 months ago

jessejohn01 commented 1 year ago

This is required to resolve the bug in issue #5. This will also be faster overall.

jessejohn01 commented 1 year ago
laynebritton commented 3 months ago

Related to https://github.com/laynebritton/jl-fast-treecapitator/issues/48

jessejohn01 commented 3 months ago

Completed in #49