Skip to content

Commit eec7042

Browse files
committed
Improved readme and in-using documentation.
1 parent 0e6f020 commit eec7042

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

documentation/in-using.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Releases page: https://github.com/ProjectEssentials/ProjectEssentials-Permission
1212

1313
The minecraft forge folder structure below will help you understand what is written below.
1414

15+
Also don't forget install dependency:
16+
- core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
17+
18+
1519
```
1620
.
1721
├── assets

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ dependencies {
4747
## 🧐 Installation instruction (for playing):
4848
> ##### Just move Project Essentials Permissions-1.14.4-1.X.X.X.jar to mods directory:
4949
50+
> ##### Important note: don't forget install mod dependencies!
51+
- core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
52+
5053
```
5154
.
5255
├── assets
5356
├── config
5457
├── libraries
5558
├── mods (that's how it should be)
56-
│ ├── Project Essentials-1.14.4-1.X.X.X.jar.
5759
│ ├── Project Essentials Core-1.14.4-1.X.X.X.jar.
5860
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
5961
└── ...

0 commit comments

Comments
 (0)