From 96067b0bb1e4ecfe39753fddb38414fe0632c216 Mon Sep 17 00:00:00 2001 From: Bs0Dd Date: Mon, 3 Jan 2022 15:25:58 +0100 Subject: [PATCH] All valid names for sides --- .../assets/oc2/doc/en_us/block/redstone_interface.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/oc2/doc/en_us/block/redstone_interface.md b/src/main/resources/assets/oc2/doc/en_us/block/redstone_interface.md index 3c18d2eb..ab1e28f4 100644 --- a/src/main/resources/assets/oc2/doc/en_us/block/redstone_interface.md +++ b/src/main/resources/assets/oc2/doc/en_us/block/redstone_interface.md @@ -14,13 +14,13 @@ This is a high level device. It must be controlled using the high level device A Device name: `redstone` ### Sides -The side parameter in the following methods represents a side local to the device block. Valid values are: `up`, `down`, `left`, `right`, `front` and `back`. +The side parameter in the following methods represents a side local to the device block. Valid values are: `up`, `down`, `left`, `right`, `front`, `back`, `north`, `south`, `west` and `east`. Each face of the block has an indicator for convenience. Side names represent the names with the block seen from the primary face (indicated by a single marking). When looking at the primary face: -- `front` is the face we are looking at. -- `back` is the face behind the block. -- `left` is the face to our left. -- `right` is the face to our right. +- `front` and `south` is the face we are looking at. +- `back` and `north` is the face behind the block. +- `left` and `west` is the face to our left. +- `right` and `east` is the face to our right. - `up` and `down` are the top and bottom faces. ### Methods