| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| faq:user [2024/08/24 14:29] – [Can Fabric run together with OptiFine?] solidblock | 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? ==== |
| |
| ==== 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 ==== | ==== Text has been replaced by squares/tofus in my instance with Sodium ==== |