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
{{ message }}
This repository was archived by the owner on Oct 26, 2024. It is now read-only.
* Any **newer** Minecraft or Minecraft Forge version not mentioned
15
23
16
24
## Needed hardware
17
25
*[A PiShock](https://pishock.com) device
@@ -28,13 +36,13 @@ If you have updated your PiShock firmware to V3 (beta), you must use version 1.1
28
36
1. Have a working Minecraft and Forge installation. See [How to install Forge](https://www.wikihow.com/Install-Minecraft-Forge) if you're unsure.
29
37
* Make sure you've launched the game at least once with Forge installed so the required folder structure is generated.
30
38
2. Download the latest release jar from [here](https://github.com/ojaha065/PiShockForMC/releases).
31
-
3. Drop the downloaded .jar file into `mods` folder inside Minecraft game directory. See [Where are Minecraft files stored?](https://help.minecraft.net/hc/en-us/articles/4409159214605-Managing-Data-and-Game-Storage-in-Minecraft-Java-Edition-) if you're unsure how to find the correct game directory.
39
+
3. Drop the downloaded .jar file into `mods` folder inside Minecraft game directory. See [Mojang documentation](https://help.minecraft.net/hc/en-us/articles/4409159214605) if you're unsure how to find the correct game directory.
32
40
4. Run the game once so a configuration file for the mod gets generated.
33
41
5. See the _Mod configuration_ section below. The configuration file can be found inside `config` folder inside Minecraft game directory.
34
42
6. Launch the game again. If everything is set correctly, the shocker will vibrate once for one second during the Minecraft startup process.
35
43
36
44
## Modpacks and compatability with other mods
37
-
The mod is licensed under a MIT license, so feel free to include it in any modpack. No permission or attribution is required.
45
+
The mod is licensed under a MIT license. Feel free to include it in any modpack, no permission or attribution required.
38
46
39
47
This mod should be compatible with almost everything.
40
48
If you're using other mods that alter the player health (e.g., changes the maxium health),
@@ -122,10 +130,14 @@ This usually means that the provided share code has too restrictive limitations
122
130
Please take a look in Minecraft logs and search for `pishockmc`.
123
131
The actual issue and some helpful advice should be printed there.
124
132
125
-
### I have some other issue(s) with the mod
133
+
### Minecraft fails to start after installing the mod
134
+
Double-check your Minecraft and Forge versions and the beginning of this readme
135
+
and make sure you're using a compatible version of the mod.
136
+
137
+
### I'm still having issues
126
138
Please open [an issue](https://github.com/ojaha065/PiShockForMC/issues) here on GitHub.
127
139
128
-
## TODO
140
+
## TODO (PRs welcome)
129
141
***Support for multiple shockers**
130
142
* I currently only own one, so testing and debugging would be kinda hard.
0 commit comments