From a192539ae141f004d67df9bb1752363379ebbf76 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Wed, 2 Oct 2024 07:40:03 -0700 Subject: [PATCH] feat: Add docs for new alternate-current config (#475) Co-authored-by: Ollie <69084614+olijeffers0n@users.noreply.github.com> Co-authored-by: masmc05 <63639746+masmc05@users.noreply.github.com> --- config-specs/paper/paper-world-defaults.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config-specs/paper/paper-world-defaults.yml b/config-specs/paper/paper-world-defaults.yml index 4efe4b2d..1268ceee 100644 --- a/config-specs/paper/paper-world-defaults.yml +++ b/config-specs/paper/paper-world-defaults.yml @@ -956,6 +956,20 @@ misc: on the Mojira bug tracker give an overview of the Eigencraft implementation. - [Alternate Current](https://github.com/SpaceWalkerRS/alternate-current/blob/main/README.md) + alternate-current-update-order: + default: HORIZONTAL_FIRST_OUTWARD + description: >- + Controls the order in which Alternate Current updates wires and neighboring blocks. + Only has an effect when using the "alternate-current" redstone implementation. + This can be one of the following values: + + - **HORIZONTAL_FIRST_OUTWARD** + + - **HORIZONTAL_FIRST_INWARD** + + - **VERTICAL_FIRST_OUTWARD** + + - **VERTICAL_FIRST_INWARD** shield-blocking-delay: default: "5" description: >-