Commit b2921f6
AutoArmor: Add "Allow Elytra" setting (#460)
* AutoArmor: Add "Allow Elytra" setting
This patch introduces the "Allow Elytra" setting in the AutoArmor
module, which lets the user chose whether AutoArmor will replace their
equipped elytra with a chestplate (allowElytra = false) or not
(allowElytra = true) :^)
* Fix grammar
Co-authored-by: Constructor <fractalminds@protonmail.com>1 parent b9220e7 commit b2921f6
File tree
1 file changed
+5
-3
lines changed- src/main/kotlin/com/lambda/client/module/modules/combat
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | | - | |
41 | | - | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments