File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
#### ❗ Compatibility with forge ` 28.0.X ` version.
9
9
10
- ## 🧐 Install using Gradle:
10
+ ## 🧐 Install using Gradle (for developers) :
11
11
> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
12
12
13
13
``` groovy
@@ -24,7 +24,7 @@ dependencies {
24
24
}
25
25
```
26
26
27
- ## 🤔 Install using Maven:
27
+ ## 🤔 Install using Maven (for developers) :
28
28
> ##### If your project uses Maven as Build Tool, then use the code below to add dependencies:
29
29
30
30
``` xml
@@ -42,6 +42,19 @@ dependencies {
42
42
</dependency >
43
43
```
44
44
45
+ ## 🧐 Installation instruction (for playing):
46
+ > ##### Just move Project Essentials Core-1.14.4-1.X.X.X.jar to mods directory:
47
+
48
+ ```
49
+ .
50
+ ├── assets
51
+ ├── config
52
+ ├── libraries
53
+ ├── mods (that's how it should be)
54
+ │ └── Project Essentials Core-1.14.4-1.X.X.X.jar.
55
+ └── ...
56
+ ```
57
+
45
58
```
46
59
Additional information:
47
60
- kotlin-std lib version: 1.3.50
You can’t perform that action at this time.
0 commit comments