Skip to content

Commit 5bce5b5

Browse files
committed
how-install documentation added.
1 parent 83005fc commit 5bce5b5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

documentation/how-install.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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
7+
- mandatory (game will not start without a mod)
8+
- recommended (without a mod, game can start, but I recommend using it)
9+
10+
Downloads: [Cooldown](https://github.com/ProjectEssentials/ProjectEssentials-Cooldown) · [Core](https://github.com/ProjectEssentials/ProjectEssentials-Core) · [Permissions](https://github.com/ProjectEssentials/ProjectEssentials-Permissions)
11+
12+
```none
13+
.
14+
├── assets
15+
├── config
16+
├── libraries
17+
├── mods (that's how it should be)
18+
│ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar (mandatory)
19+
│ ├── Project Essentials Cooldown-1.14.4-1.X.X.X.jar (recommended)
20+
│ ├── Project Essentials Permissions-1.14.4-1.X.X.X.jar (recommended)
21+
│ └── Project Essentials Home-1.14.4-1.X.X.X.jar
22+
└── ...
23+
```
24+
25+
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
26+
27+
## If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Home/issues/new/choose)

0 commit comments

Comments
 (0)