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

Migrate API to 1.19.80 stable and update Tree Block IDs #17

Closed laynebritton closed 1 year ago

laynebritton commented 1 year ago

Update Log Block IDs for the IDs used by individual trees in 1.19.80

Bump MC Version

jessejohn01 commented 1 year ago

@laynebritton I made some alterations to resolve versioning issues that made this not work. This should be good to go now. npm install @minecraft/server@beta to get the stable 1.19.80 API version if you'd like to retest yourself.

laynebritton commented 1 year ago

@jessejohn01 thank you for catching that, huge sanity check lol.

🚀