macmv / bamboo

A safe, fast, and secure Minecraft server optimized for minigames. This is a mirror of the Gitlab repo: https://gitlab.com/macmv/bamboo
https://gitlab.com/macmv/bamboo
MIT License
25 stars 1 forks source link

Implement 1.20 #16

Closed Snowiiii closed 1 year ago

Snowiiii commented 1 year ago

Minecraft 1.20 was Released in March 2, 2023. Lets Try to Implement it

Basic Support

1.20 Additions

All Changes can be found here

macmv commented 1 year ago
Snowiiii commented 1 year ago

Ye, About the cargo.lock, I always like to type cargo update before Start Coding

macmv commented 1 year ago

Thats an odd habbit. Cargo.lock is there so that your code doesn't break when a downstream dependency breaks. I'd recommend against running that. This is what dependabot is for.