aboutsummaryrefslogtreecommitdiff
path: root/azalea-physics/tests/physics.rs
AgeCommit message (Collapse)Author
2026-03-22fix testsmat
2026-03-05update tests using old property namesmat
2026-01-13Rename Instance to World (#304)mat
2026-01-12Make Bevy dependencies optional in azalea-protocol (#303)mat
* Make Bevy dependencies optional in azalea-protocol * derive serde traits on Direction again * update docs for types that may not have Component
2025-12-12Refactor azalea-registry (#294)mat
* move registries in azalea-registry into separate modules * rename Item and Block to ItemKind and BlockKind * remove 'extra' registries from azalea-registry * hide deprecated items from docs * use DamageKindKey instead of Identifier when parsing registries * store tag entries as a Vec instead of a HashSet * sort tag values by protocol id * update changelog
2025-11-13rename ResourceLocation to Identifier ahead of mojmap changesmat
2025-08-12send correct packets on teleportmat
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