From 7bbeb95135993eef00cab0a0b5e17dbca04f981c Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 7 Feb 2023 16:18:18 +0100 Subject: [PATCH] Add boat documentation --- DEV_GROUPS.md | 1 + mods/rp_boats/README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 mods/rp_boats/README.md diff --git a/DEV_GROUPS.md b/DEV_GROUPS.md index 27b21706..b45e2717 100644 --- a/DEV_GROUPS.md +++ b/DEV_GROUPS.md @@ -58,6 +58,7 @@ These groups are mainly used for a better item sorting in Creative Mode. * `mineral_natural`: A mineral item that occurs naturally (NOT the ore!) * `mineral_artificial`: A mineral item that does not occur naturally (e.g. bronze lump) * `ingot`: Ingot +* `boat`: Boat diff --git a/mods/rp_boats/README.md b/mods/rp_boats/README.md new file mode 100644 index 00000000..787ecd5f --- /dev/null +++ b/mods/rp_boats/README.md @@ -0,0 +1,20 @@ +# Boats + +This mod adds simple boats. + +## Boat behavior + +* Use “place” key on boat to mount, use it again to unmount +* Punch/attack boat to make it drop as an item +* Boat floats on water, can't move on other nodes +* Boat will sink when inside water + +## Boat controls + +Once you've entered a boat, use these controls + +* Left/Right: Rotate +* Up: Speed up +* Down: Speed down / brake +* "Place" key on boat: Unmount +