aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/tests
AgeCommit message (Collapse)Author
2025-06-11take BlockPos instead of &BlockPos in all function argumentsmat
2025-05-02fix InstanceName desyncmat
2025-03-16Fluid physics fixes (#210)mat
* start fixing code related to fluid physics * implement force_solid for blocks * afk pool test
2025-02-21Fix errors on switching dimensions (#204)mat
* Fix errors on switching dimensions * fix other tests * clippy * fix log feature in test_simulation * fix chunks oops
2025-01-12fix panic on bot disconnectmat
2025-01-10Fluid physics (#199)mat
* start implementing fluid physics * Initial implementation of fluid pushing * different travel function in water * bubble columns * jumping in water * cleanup * change ultrawarm to be required * fix for clippy