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
1212
1313The 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
Original file line number Diff line number Diff 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└── ...
You can’t perform that action at this time.
0 commit comments