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.
The blockbreak event was renamed in the API and they moved the minecraft block type enums into a separate repository called "vanilla-data" They currently do not support using this repo in the manifest so we have to manually add the dependency to our code.
You can see the enum within mojang-block.ts.
I have updated all references accordingly and tested functionality on the latest version.
The blockbreak event was renamed in the API and they moved the minecraft block type enums into a separate repository called "vanilla-data" They currently do not support using this repo in the manifest so we have to manually add the dependency to our code.
You can see the enum within mojang-block.ts.
I have updated all references accordingly and tested functionality on the latest version.