azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
370 stars 47 forks source link

Support properly switching instances #106

Closed mat-1 closed 1 year ago

mat-1 commented 1 year ago

Main change is that there's now a EntityIdIndex component on our local players, and switching worlds (i.e. going through a nether portal) actually works now.