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 77
88#### ❗ Compatibility with forge ` 28.0.X ` version.
99
10- ## 🧐 Install using Gradle:
10+ ## 🧐 Install using Gradle (for developers) :
1111> ##### If your project uses Gradle as Build Tool, then use the code below to add dependencies:
1212
1313``` groovy
@@ -24,7 +24,7 @@ dependencies {
2424}
2525```
2626
27- ## 🤔 Install using Maven:
27+ ## 🤔 Install using Maven (for developers) :
2828> ##### If your project uses Maven as Build Tool, then use the code below to add dependencies:
2929
3030``` xml
@@ -42,6 +42,19 @@ dependencies {
4242</dependency >
4343```
4444
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+
4558```
4659Additional information:
4760 - kotlin-std lib version: 1.3.50
You can’t perform that action at this time.
0 commit comments