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

1.20.30 Update Fix #28

Closed jessejohn01 closed 1 year ago

jessejohn01 commented 1 year ago

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.