FluxCapacitor
FluxCapacitor
Minestom packet listeners currently have no effect for subclasses of `ClientPreplayPacket` (likely because a `Player` object does not exist at the time these packets are received). This PR adds the...
## Proposed changes When taking an item out of an inventory with a shift-click, it briefly appears in the correct location before the server overrides the client's prediction. This PR...
## Proposed changes Implements data component predicates, which are now included in block predicates. Resolves the issue described in [this comment](https://github.com/Minestom/Minestom/pull/2699#issuecomment-2848516382) and this TODO comment: https://github.com/Minestom/Minestom/blob/2398778b46cd1718780a62b74c85c9ad9a041363/src/main/java/net/minestom/server/instance/block/predicate/BlockPredicate.java#L56 ## Types of changes...