feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.58k stars 143 forks source link

Survival block breaking #510

Open koskja opened 2 years ago

koskja commented 2 years ago

Implementing breaking blocks in survival

Status

Description

The goal of this PR is to implement the survival mining mechanic. This depends on potion effects (haste and mining fatigue) and physics (player in water/flying). The blocks currently do not drop items on the ground, nor does mining decrease durability.

I believe that the related issues can be resolved at a later time, simply because mining is an integral part of the game and works well enough without these features.

Related issues

Original issue #351 Potion effects #430 Physics #357

Checklist

Defman commented 2 years ago

Is this something you want me to look at soon?

koskja commented 2 years ago

This PR actually feels mostly finished. I added a feature that allows the player to change their gamemode by writing 's' or 'c' in the chat, and I am not sure whether we want to keep push that to main. It does howerver seem like a good placeholder before we get actual commands. Other than that, I am happy with the rest and it is up for review.

koskja commented 2 years ago

Anything else?