Skip to content

Commit f097190

Browse files
committed
Added installation instruction for playing.
1 parent 1eb78ca commit f097190

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
```
4659
Additional information:
4760
- kotlin-std lib version: 1.3.50

0 commit comments

Comments
 (0)