From 56410a58f8c77ef63d1d227bb023342a6aca0743 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Wed, 10 Feb 2021 15:12:48 +0100 Subject: [PATCH] Improves formatting of custom gate information --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f1703d6..4f23123 100644 --- a/README.md +++ b/README.md @@ -144,11 +144,12 @@ a type of wall coral (dead or alive), a type of shulker box or a chest. In the gate format, you can see we use `X` to show where obsidian must be, `-` where the controls (Button/sign) are. You will also notice a `*` in the gate layout, this is the "exit point" of the gate, the block at which the player will teleport in front of. +## Buttons +The actual buttons cannot be used underwater, but all the other items in the button list can be.
- The entire list of button types is as follows: - -Normal: -``` + The entire list of button types is as follows: (Click to expand) + +``` STONE_BUTTON OAK_BUTTON SPRUCE_BUTTON @@ -159,9 +160,7 @@ DARK_OAK_BUTTON CRIMSON_BUTTON WARPED_BUTTON POLISHED_BLACKSTONE_BUTTON -``` -Waterproof: -``` + CHEST SHULKER_BOX WHITE_SHULKER_BOX @@ -193,7 +192,7 @@ DEAD_HORN_CORAL_WALL_FAN ```
-# Underwater Portals +## Underwater Portals There is a default gate type for underwater gates. There are no real restrictions on underwater gate materials, except normal buttons cannot be used since they'd fall off. Using wall coral fans work much better, though `CHEST` and `SHULKER_BOX` works too.