mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
* starting implementing the advancement command * implementing globally of the advancement command * fixing lib.rs * implementing the new Advancement argument and updating the AdvancementArgs lifetime * updating wit by adding advancement as command arg * cargo fmt * fixing the advancement hooking the saving spawn blocking task for IO task * fixing the update of load to be async * adding await to load for a test * fix when save is disable * making save_enable check first * fix conflict * update hash * fix wit change * fix column_pos * adding rust documentation * typos fix * removing example * invalid advancement packet * fix itemstack parsing to use ItemStack Template ones * changing enum type from i32 to VarInt * fix packet by switching up the frame type and flags * fixing packet and loading of the advancement * cargo clippy * update wit