File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ To install the mod, simply download the JAR file and place it in your mods folde
14
14
15
15
Currently, the Hypixel Mod API supports the following mod loaders and versions:
16
16
17
- - Fabric 1.20.5/1.20.6
17
+ - [ Fabric Latest ] ( https://github.com/HypixelDev/FabricModAPI )
18
18
19
19
There are also plans to add support for the following versions before a full release:
20
20
@@ -49,13 +49,13 @@ You can then include the dependency in your project.
49
49
<dependency >
50
50
<groupId >net.hypixel</groupId >
51
51
<artifactId >mod-api</artifactId >
52
- <version >0.3.2 </version >
52
+ <version >0.3.3 </version >
53
53
</dependency >
54
54
```
55
55
56
56
``` gradle
57
57
dependencies {
58
- implementation 'net.hypixel:mod-api:0.3.2 '
58
+ implementation 'net.hypixel:mod-api:0.3.3 '
59
59
}
60
60
```
61
61
@@ -64,7 +64,7 @@ Depending on your chosen mod loader, you will need to also include the `hypixel-
64
64
``` json
65
65
{
66
66
"depends" : {
67
- "hypixel-mod-api" : " >=0.3.2 "
67
+ "hypixel-mod-api" : " >=0.3.3 "
68
68
}
69
69
}
70
70
```
You can’t perform that action at this time.
0 commit comments