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: docs/docs/faq.mdx
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ to reflect the current state of the mod. If your question is not listed, we'll b
10
10
## ❌️ Backports
11
11
12
12
Backports to Minecraft versions older than 1.20.1 are **not planned**. Our focus is on future versions where
13
-
compatibility will improve over time as major blockers are patched upstream, such as[Mixin](https://github.com/Sinytra/Connector/discussions/383) or transformable mc
14
-
libraries.
13
+
compatibility will improve over time as major blockers are patched upstream, such as
14
+
[Mixin](https://github.com/Sinytra/Connector/discussions/383) or transformable mc libraries.
15
15
16
16
## ❌️ Is OptiFine compatible?
17
17
@@ -26,15 +26,15 @@ Instead, we recommend using some of the available alternatives:
26
26
27
27
This largely depends on how the mod's codebase and API are structured.
28
28
29
-
####Multiloader mods
29
+
### Multiloader mods
30
30
31
31
Some mods use a multiloader setup in which most code is shared between platforms, including the public API.
32
32
In these cases, the chances of proper cross-platform behavior are higher.
33
33
34
34
A good example of this is [Cloth Config](https://github.com/shedaniel/cloth-config), which only contains a platform-specific classes, none of
35
35
which are considered public API.
36
36
37
-
####Standalone ports
37
+
### Standalone ports
38
38
39
39
Other mods may consist of completely independent codebases for each modloader. This may be the case if you're playing
40
40
an unofficial port of the mod (such as [Farmer's Delight Fabric](https://www.curseforge.com/minecraft/mc-mods/farmers-delight-fabric)) or the author intended so themselves.
@@ -77,21 +77,23 @@ regardless of the mod, increasing the chances of getting other mods working in t
77
77
78
78
#### 🛠️ Modpack / general issues and crashes
79
79
80
-
If you're having trouble running Connector, feel free to join our community on [Discord](https://discord.sinytra.org), where we'll be happy to
81
-
help you out in the [#support](https://discord.com/channels/1141048834177388746/1141062824265793650) channel. When opening a thread, please make sure
82
-
to provide a description of your issue and include the necessary game logs.
80
+
If you're having trouble running Connector, feel free to join our community on [Discord](https://discord.sinytra.org),
81
+
where we'll be happy to help you out in the
82
+
[#support](https://discord.com/channels/1141048834177388746/1141062824265793650) channel. When opening a thread, please
83
+
make sure to provide a description of your issue and include the necessary game logs.
83
84
84
85
#### 🐞 Confirmed bugs / Forge mod interference
85
86
86
-
Connector bugs should be submitted on our [issue tracker](https://github.com/Sinytra/Connector/issues). Each issue is reviewed and processed equally,
87
-
so even if we can't get to you immediately, please bear with us.
87
+
Connector bugs should be submitted on our [issue tracker](https://github.com/Sinytra/Connector/issues). Each issue is
88
+
reviewed and processed equally, so even if we can't get to you immediately, please bear with us.
88
89
89
90
Here's a few tips to follow when reporting issues:
90
91
91
92
1. Make sure you are using latest available version. Look for existing issues that might've already been
92
93
answered / fixed. Think about whether the issue is caused by Connector itself and not another mod you've installed.
93
94
To test this, try reproducing the same issue on Fabric.
94
-
2. Navigate to [the issues tab](https://github.com/Sinytra/Connector/issues) and open a [new issue](https://github.com/Sinytra/Connector/issues/new/choose).
95
+
2. Navigate to [the issues tab](https://github.com/Sinytra/Connector/issues) and open a
0 commit comments