Skip to content

Commit 8615a7c

Browse files
committed
how-install.md added.
1 parent 61a4f0a commit 8615a7c

File tree

2 files changed

+25
-84
lines changed

2 files changed

+25
-84
lines changed

documentation/how-install.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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: [Cooldown](https://github.com/ProjectEssentials/ProjectEssentials-Cooldown) · [Core](https://github.com/ProjectEssentials/ProjectEssentials-Core) · [Permissions](https://github.com/ProjectEssentials/ProjectEssentials-Permissions)
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 Cooldown-1.14.4-1.X.X.X.jar (recommended)
18+
│ ├── Project Essentials Permissions-1.14.4-1.X.X.X.jar (recommended)
19+
│ └── Project Essentials Spawn-1.14.4-1.X.X.X.jar
20+
└── ...
21+
```
22+
23+
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
24+
25+
## If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Home/issues/new/choose)

documentation/in-using.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)