File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Releases page: https://github.com/ProjectEssentials/ProjectEssentials-Permission
12
12
13
13
The minecraft forge folder structure below will help you understand what is written below.
14
14
15
+ Also don't forget install dependency:
16
+ - core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
17
+
18
+
15
19
```
16
20
.
17
21
├── assets
Original file line number Diff line number Diff line change @@ -47,13 +47,15 @@ dependencies {
47
47
## 🧐 Installation instruction (for playing):
48
48
> ##### Just move Project Essentials Permissions-1.14.4-1.X.X.X.jar to mods directory:
49
49
50
+ > ##### Important note: don't forget install mod dependencies!
51
+ - core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
52
+
50
53
```
51
54
.
52
55
├── assets
53
56
├── config
54
57
├── libraries
55
58
├── mods (that's how it should be)
56
- │ ├── Project Essentials-1.14.4-1.X.X.X.jar.
57
59
│ ├── Project Essentials Core-1.14.4-1.X.X.X.jar.
58
60
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
59
61
└── ...
You can’t perform that action at this time.
0 commit comments