aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/src/fluids.rs
AgeCommit message (Expand)Author
2026-01-13Rename Instance to World (#304)mat
2025-12-12Refactor azalea-registry (#294)mat
2025-12-09Enchantments (#286)mat
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-08-12send correct packets on teleportmat
2025-06-11use owned instead of borrowed Vec3 moremat
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-03-20add Event::Spawnmat
2025-03-16Fluid physics fixes (#210)mat
2025-02-23minor memory usage optimizationsmat
2025-02-22update to rust edition 2024mat
2025-01-21fix errors when switching worldsmat
2025-01-12fix panic on bot disconnectmat
2025-01-10Fluid physics (#199)mat