MinicraftPlus / minicraft-plus-revived

Minicraft+, an extension of Notch's original minicraft project, with tons more features.
GNU General Public License v3.0
466 stars 93 forks source link

Added Boat #592

Open Litorom opened 8 months ago

Litorom commented 8 months ago

The ultimate and so useful feature has been added. Introducing the boat, the float on water that consumes no stamina!

All jokes aside:

Additions:

Notes:

El-Virus commented 8 months ago

Ah, CodeQL reminds you that the input system has been changed, do consider syncing your branch to solve this.

El-Virus commented 8 months ago

Right, you'll also have to modify your code to use the new input system.

BenCheung0422 commented 8 months ago

What about following the rule of "everything costs stamina"? Using boat on water still costs stamina, but it consumes stamina per a certain distance travelled continuously.

BenCheung0422 commented 4 months ago

For people interested, this is my version of implementation for boat: https://github.com/BenCheung0422/minicraft-plus-revived/tree/boat