Both sides previous revisionPrevious revisionNext revision | Previous revision |
faq:user [2024/01/11 09:44] – poopooracoocoo | faq:user [2025/07/23 08:37] (current) – Update Indium section poopooracoocoo |
---|
==== Where can I download published Fabric mods? ==== | ==== Where can I download published Fabric mods? ==== |
| |
They are most often on [[https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7499&filter-sort=2|CurseForge]] or [[https://modrinth.com/mods?g=categories:%27fabric%27|Modrinth]]. Some mod authors may upload their mods to other sites such as GitHub, GitLab or their own site. See [[https://fabricmc.net/wiki/player:tutorials:adding_mods|adding mods]] for more information. | They are most often on [[https://www.curseforge.com/minecraft/mc-mods?filter-game-version=2020709689%3A7499&filter-sort=2|CurseForge]] or [[https://modrinth.com/mods?g=categories:%27fabric%27|Modrinth]]. Some mod authors may upload their mods to other sites such as GitHub, GitLab or their own site. See [[player:tutorials:adding_mods|adding mods]] for more information. |
| |
==== Are there any premade Fabric modpacks? ==== | ==== Are there any premade Fabric modpacks? ==== |
* [[https://prismlauncher.org/|Prism Launcher]] | * [[https://prismlauncher.org/|Prism Launcher]] |
* [[https://www.technicpack.net/download|Technic Launcher]] | * [[https://www.technicpack.net/download|Technic Launcher]] |
Some modpacks also allow you to download a "server" pack to install it in Minecraft Launcher. | |
| |
If someone has shared their modpack export, you can import it into some of these launchers. | If someone has shared their modpack export, you can import it into some of these launchers. |
The Fabric development team does not consider Forge interoperability a high-priority goal, as our focus in our limited time dedicated to the project is on supporting the Fabric community and its developers and users. | The Fabric development team does not consider Forge interoperability a high-priority goal, as our focus in our limited time dedicated to the project is on supporting the Fabric community and its developers and users. |
| |
There is, however, [[https://github.com/Sinytra/Connector|Sinytra Connector]], a project which aims to allow running Fabric mods on the Forge mod loader. It is not officially supported or recommended. | There is, however, Sinytra Connector ([[https://github.com/Sinytra/Connector|GitHub]], [[https://www.curseforge.com/minecraft/mc-mods/sinytra-connector|CuseForge]], [[https://modrinth.com/mod/connector|Modrinth]]), a project which aims to allow running Fabric mods on the Forge mod loader. It is not officially supported or recommended. |
| |
==== Can Fabric run together with OptiFine? ==== | ==== Can Fabric run together with OptiFine? ==== |
| |
Consider using [[https://fabricmc.net/wiki/community:optifine_alternatives|alternatives to OptiFine]], as unofficial mods such as OptiFabric may not be compatible with your mods. | Consider using [[community:optifine_alternatives|alternatives to OptiFine]], as unofficial mods such as OptiFabric may not be compatible with your mods. |
| |
| In particular, OptiFabric 1.14.25 is currently incompatible with Architectury API and Replay Mod. |
| |
==== I only have OptiFabric and OptiFine and Minecraft crashes on launch! ==== | ==== I only have OptiFabric and OptiFine and Minecraft crashes on launch! ==== |
This is because OptiFabric is currently incompatible with Fabric Loader 0.15.0 and above. This is why you'll see ''java.lang.NoClassDefFoundError: net/fabricmc/tinyremapper/IMappingProvider'' in your log. You'll need to use Fabric Loader 0.14.25. | This is because OptiFabric 1.13.25 and below are incompatible with Fabric Loader 0.15.0 and above. This is why you'll see ''java.lang.NoClassDefFoundError: net/fabricmc/tinyremapper/IMappingProvider'' in your log. You'll need to use Fabric Loader 0.14.25. |
| |
==== Text has been replaced by squares/tofus when I add Fabric API to my 1.20.1 instance with OptiFabric ==== | ==== Text has been replaced by squares/tofus when I add Fabric API to my 1.20.1 instance with OptiFabric 1.13.25 ==== |
This is because OptiFabric is currently incompatible with Fabric API 0.86.0 and above. You'll need to use Fabric API 0.85. | If you're using OptiFabric 1.13.25 for compatibility with Architectury, you'll need to use Fabric API 0.85.0 as it was incompatible with Fabric API 0.86.0 and above. |
| |
| ==== OptiFabric crashes on my 1.18.2 or 1.19.2 instance when I add Fabric API to it ==== |
| OptiFabric is currently incompatible with Fabric API 0.77.0. You'll need to use Fabric API 0.76.1. |
| |
==== Oh no! I've tried enabling shaders on OptiFine and my world looks all weird! ==== | ==== Oh no! I've tried enabling shaders on OptiFine and my world looks all weird! ==== |
| |
==== My instance with Sodium and Continuity crashes when gravel/sand falls or when a piston extends ==== | ==== My instance with Sodium and Continuity crashes when gravel/sand falls or when a piston extends ==== |
This is because Sodium does not yet support the Fabric Rendering API which some mods such as Continuity use. This is why you'll see ''java.lang.NullPointerException: Cannot invoke "net.fabricmc.fabric.api.renderer.v1.Renderer.meshBuilder()" because the return value of "net.fabricmc.fabric.api.renderer.v1.RendererAccess.getRenderer()" is null'' in your log. Add the [[https://modrinth.com/mod/indium|Indium]] mod to resolve this. | This is because Sodium 0.5.x and below do not support the Fabric Rendering API which some mods such as Continuity use. This is why you'll see ''java.lang.NullPointerException: Cannot invoke "net.fabricmc.fabric.api.renderer.v1.Renderer.meshBuilder()" because the return value of "net.fabricmc.fabric.api.renderer.v1.RendererAccess.getRenderer()" is null'' in your log. Add the [[https://modrinth.com/mod/indium|Indium]] mod to resolve this. |
| |
| ==== Text has been replaced by squares/tofus in my instance with Sodium ==== |
| This is most likely because a mod requires Indium. |
| |
==== Can Fabric run together with Sponge? ==== | ==== Can Fabric run together with Sponge? ==== |