File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ You can then include the dependency in your project.
4747<dependency >
4848 <groupId >net.hypixel</groupId >
4949 <artifactId >mod-api</artifactId >
50- <version >0.5 .0</version >
50+ <version >1 .0</version >
5151</dependency >
5252```
5353
5454``` gradle
5555dependencies {
56- implementation 'net.hypixel:mod-api:0.5 .0'
56+ implementation 'net.hypixel:mod-api:1 .0'
5757}
5858```
5959
@@ -63,7 +63,7 @@ example in Fabric you would include the following in your `fabric.mod.json` file
6363``` json
6464{
6565 "depends" : {
66- "hypixel-mod-api" : " >=0.5 .0"
66+ "hypixel-mod-api" : " >=1 .0"
6767 }
6868}
6969```
Original file line number Diff line number Diff line change 7272 <target >1.8</target >
7373 </configuration >
7474 </plugin >
75+ <plugin >
76+ <groupId >org.apache.maven.plugins</groupId >
77+ <artifactId >maven-source-plugin</artifactId >
78+ <version >3.0.1</version >
79+ <executions >
80+ <execution >
81+ <id >attach-sources</id >
82+ <goals >
83+ <goal >jar</goal >
84+ </goals >
85+ </execution >
86+ </executions >
87+ </plugin >
7588 <plugin >
7689 <groupId >org.apache.maven.plugins</groupId >
7790 <artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments