Remove explicit FAPI dep and instead bundle the required modules
Also need to update ModMenu because the version we depended on still bundled the snapshot FAPI and that was only fine because we overwrote it with our version.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Installation [installing]
|
||||
## Installing the Replay Mod [replaymod]
|
||||
### Minecraft 1.14 and above
|
||||
The **ReplayMod** for Minecraft 1.14 and above requires **Fabric & Fabric API** to be installed.
|
||||
The **ReplayMod** for Minecraft 1.14 and above requires **Fabric** to be installed.
|
||||
|
||||
You can find Fabric and the installation instructions [here](https://fabricmc.net/use/). With Fabric, you also need to install the Fabric API by putting it into your mods folder. You can find Fabric API [here](https://www.curseforge.com/minecraft/mc-mods/fabric-api).
|
||||
You can find Fabric and the installation instructions [here](https://fabricmc.net/use/).
|
||||
|
||||
After installing Fabric & Fabric API, simply put the downloaded ReplayMod .jar file into the `/mods` folder of your Minecraft directory.
|
||||
After installing Fabric, simply put the downloaded ReplayMod .jar file into the `/mods` folder of your Minecraft directory.
|
||||
|
||||
### Minecraft 1.12.2 and below
|
||||
For Minecraft 1.12.2 and below it requires **Minecraft Forge** to be installed.
|
||||
|
||||
Reference in New Issue
Block a user