aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/src/range.rs
AgeCommit message (Expand)Author
2025-12-15sort derives with cargo sort-derivesmat
2025-12-12Refactor azalea-registry (#294)mat
2025-06-04handle set_held_slot packet and add more Into BlockStates implsmat
2025-06-04fix hashset of blockstate into blockstates implmat
2025-06-03rename the Block trait to BlockTrait to disambiguate with azalea_registry::Blockmat
2025-06-03replace wait_one_tick with wait_ticks and some other api improvementsmat
2025-04-17make BlockState::id privatemat
2025-02-22update to rust edition 2024mat
2025-01-10Fluid physics (#199)mat
2024-12-27resolve some todos in az-coremat
2024-12-24make BlockState a u16 and add a BlockStateIntegerRepr typemat
2023-12-15Add mining to the pathfinder (#122)mat
2023-03-07Add World::find_block (#80)mat