aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
diff options
context:
space:
mode:
authormsg-programs <msgdoesstuff@gmail.com>2023-08-06 21:03:46 +0200
committermsg-programs <msgdoesstuff@gmail.com>2023-08-06 21:03:46 +0200
commit812ade9e227715161c417a1aafc0e846d9af55a0 (patch)
tree59987e918a99024bc68d77f2bd93756916b7d2ba /src/main/resources/assets
parent29bbcdd3cbaf391d4f4165c3b9a6d70e5c702aae (diff)
downloadSkyblocker-812ade9e227715161c417a1aafc0e846d9af55a0.tar.gz
Skyblocker-812ade9e227715161c417a1aafc0e846d9af55a0.tar.bz2
Skyblocker-812ade9e227715161c417a1aafc0e846d9af55a0.zip
Add missing location values for place op
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r--src/main/resources/assets/skyblocker/tabhud/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/tabhud/readme.md b/src/main/resources/assets/skyblocker/tabhud/readme.md
index f8394c3e..8ba473fd 100644
--- a/src/main/resources/assets/skyblocker/tabhud/readme.md
+++ b/src/main/resources/assets/skyblocker/tabhud/readme.md
@@ -169,7 +169,7 @@ Example: Stack A, B, C vertically/center-aligned, then align with leftOfCenter
#### Place
- op: `place`
-- where: One of `center`, `centerTop`
+- where: One of `center`, `centerTop`, `centerBot`, `centerLeft`, `centerRight`, `cornerTopRight`, `cornerTopLeft`, `cornerBotRight`, `cornerBotLeft`.
- apply_to: Widget to place an the indicated position.
- Places a widget at some position, moving it in any direction as needed. Only makes sense to use on one widget at a time, as applying the same Place op to multiple widgtes causes them to be on top of each other.