You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/mods.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ There are **five** possible statuses for mods in the table below:
18
18
19
19
- <Badgetext="Fully Works"size="medium"variant="success" /> - Fully working with no known issues, if you find any, make a bug report.
20
20
- <Badgetext="Cross-Modloader Lib"size="medium"variant="note" /> - Mod may have one or more libraries that is not Jar-In-Jar'ed and may be required to be on the opposite modloader.
21
-
- <Badgetext="Partially Works"size="medium"variant="caution" /> - Has features that may not work as intended.
22
-
- <Badgetext="Broken"size="medium"variant="danger" /> - Crashes at any point.
21
+
- <Badgetext="Partially Works"size="medium"variant="caution" /> - Has features that may not work as intended or crash doing certain actions.
22
+
- <Badgetext="Broken"size="medium"variant="danger" /> - Crashes at any point during load.
23
23
- <Badgetext="Blocked"size="medium"variant="danger" /> - Mod is blocked by mod creator intentionally.
24
24
25
25
### Version
@@ -51,5 +51,6 @@ Mods are not alphabetically sorted nor status sorted, this may change in the fut
0 commit comments