From eaf759601479e332f4c1e5dca08d03bb96831b17 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Tue, 26 Oct 2021 12:51:05 +0200 Subject: [PATCH] Adds information about the new default gates to the Building a gate section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dacb2c0..91bffb3 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,15 @@ stargate.admin -- Op ## Building a gate: -This is the default gate configuration. See the Custom Gate Layout section on how to change this. +There are currently three default gate configurations. They all use the same structure as a standard nether portal. One +gate is using obsidian blocks, one is using end bricks and the last uses sea lanterns. Only the sea lantern one can be +used underwater. You must put a sign on one of the blocks in the middle of the layout to activate the portal (see next +section). See the Custom Gate Layout section to learn how to add custom gates. ``` OO - O O - These are Obsidian blocks. You need 10. - O O - Place a sign on either of these two blocks of Obsidian. + O O - These are Obsidian blocks, End bricks or Sea Lanterns. You need 10. + O O - Place a sign on either of these two middle blocks. O O OO ```