You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/in-using.md
+1-77Lines changed: 1 addition & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,12 @@ The minecraft forge folder structure below will help you understand what is writ
19
19
├── libraries
20
20
├── mods (that's how it should be)
21
21
│ ├── Permissions-1.14.4-X.X.X.X.jar
22
-
│ └── Your mod with needed dependencies.
22
+
│ └── Project Essentials Core-1.14.4-1.X.X.X.jar
23
23
└── ...
24
24
```
25
25
26
26
Place your mods and Permissions API mods according to the structure above.
27
27
28
-
**Important note**: your modification must include the `Kotlin` library, the `Kotlinx Serialization` library, this must be done if you use the Permissions API separately from the main Project Essentials module.
29
-
30
-
How to include dependencies in the assembly using Gradle is described later in the documentation.
31
-
32
28
#### 1.3 Verifying mod on the correct installation.
33
29
34
30
Run the game, check the number of mods, if the list of mods contains `Project Essentials Permissions` mod, then the mod has successfully passed the initialization of the modification.
0 commit comments