Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Controllable (Fabric) Mod #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions src/wiki/getting-started/controller-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ Finally, if you don't have one already, you must create an **instance** with the

Before you continue, ensure that the correct version of the **Fabric API** mod on **Fabric** or the **Quilted Fabric API** mod on **Quilt** for your instance is installed.

### <img src="https://raw.githubusercontent.com/MrCrayfish/Controllable/6caef1a4ac113e5c6ac1d1abde0f0cabc3e6ad97/src/main/resources/controllable_icon.png" height="20"> Controllable (Fabric) (for Minecraft Versions 1.18 or newer)

For Minecraft versions 1.18 or above, we recommend [**Controllable (Fabric)**](https://www.curseforge.com/minecraft/mc-mods/controllable-fabric).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should still recommend midnightcontrols as its on modrinth and doesn't have any dependency and just list controllable for fabric as an alternative

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds like a great idea. Though you should definitely change "Controllable" to "Controllable (Forge)" to reflect its name change on the page.


Controllable(Fabric) requires MrCrayfish's Framework. Both Controllable and Framework can be installed using Prism Launcher's mod downloader function through CurseForge. Once both mods are installded installed, you may now launch your instance, and find that the mod should begin working immediately.

### <img src="https://cdn-raw.modrinth.com/data/bXX9h73M/icon.svg" height="20"> MidnightControls (for Minecraft Versions 1.18 or newer)

For Minecraft 1.18 or newer, we recommend [**MidnightControls**](https://modrinth.com/mod/midnightcontrols), an updated fork of LambdaControls.
For Minecraft 1.18 or newer, we also recommend [**MidnightControls**](https://modrinth.com/mod/midnightcontrols), an updated fork of LambdaControls.

It can be installed using Prism Launcher's mod downloader function through either Modrinth (recommended) or CurseForge. Once installed, please launch your instance and navigate to the in-game controls menu. Within the in-game controls menu, you may need to change the "Mode" setting to **Controller** in order for the game to respond to input from the gamepad. If it doesn't work, you can use [**the app linked in the mod**](https://generalarcade.com/gamepadtool/) to edit the controller mappings.

Expand All @@ -38,8 +44,8 @@ It can be installed using Prism Launcher's mod downloader function through eithe

## <img src="https://avatars0.githubusercontent.com/u/1390178?s=400&v=4" height="20"> Forge

### <img src="https://raw.githubusercontent.com/MrCrayfish/Controllable/6caef1a4ac113e5c6ac1d1abde0f0cabc3e6ad97/src/main/resources/controllable_icon.png" height="20"> Controllable (for Minecraft Versions 1.12.2 or newer)
### <img src="https://raw.githubusercontent.com/MrCrayfish/Controllable/6caef1a4ac113e5c6ac1d1abde0f0cabc3e6ad97/src/main/resources/controllable_icon.png" height="20"> Controllable (Forge) (for Minecraft Versions 1.12.2 or newer)

For Minecraft versions 1.12.2 or above, we also recommend [**Controllable**](https://www.curseforge.com/minecraft/mc-mods/controllable).
For Minecraft versions 1.12.2 or above, we also recommend [**Controllable (Forge)**](https://www.curseforge.com/minecraft/mc-mods/controllable).

Controllable can be installed using Prism Launcher's mod downloader function through CurseForge. Once installed, you may now launch your instance, and find that the mod should begin working immediately.
Controllable (Forge) can be installed using Prism Launcher's mod downloader function through CurseForge. Once installed, you may now launch your instance, and find that the mod should begin working immediately.