feat(lib): update examples

This commit is contained in:
2025-03-06 21:48:22 -05:00
parent 492fecc32c
commit 944f595841
8 changed files with 531 additions and 36 deletions

View File

@@ -32,3 +32,14 @@ QUICK_CRAFT_START = 0
QUICK_CRAFT_ADD = 1
QUICK_CRAFT_END = 2
PICKUP_ALL = 11
POSE_NAMES = {
"standing",
"flying",
"sleeping",
"swimming",
"attacking",
"sneaking",
"jumping",
"dying",
}