Skip to content

Commit 27a2a8e

Browse files
committed
how-install.md documentation file added.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 466f1c2 commit 27a2a8e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

documentation/how-install.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Installation instructions
2+
3+
For start the modification, you need installed Forge, it is desirable that the version matches the supported versions. You can download Forge from the [link](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.14.4.html).
4+
Move the downloaded mod to the `mods` folder (installation example below).
5+
6+
Also do not forget to install dependencies, only two types of dependencies: mandatory (game will not start without a mod) and recommended (without a mod, game can start, but I recommend using it)
7+
8+
Downloads: [Core](https://github.com/ProjectEssentials/ProjectEssentials-Core)
9+
10+
```none
11+
.
12+
├── assets
13+
├── config
14+
├── libraries
15+
├── mods (that's how it should be)
16+
│ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar (mandatory)
17+
│ └── Project Essentials Backup-1.14.4-1.X.X.X.jar
18+
└── ...
19+
```
20+
21+
Now try to start the game, go to the `mods` tab, if this modification is displayed in the `mods` tab, then the mod has been successfully installed
22+
23+
## If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Backup/issues/new/choose)

0 commit comments

Comments
 (0)