File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
1414
1515Currently, the Hypixel Mod API supports the following mod loaders and versions:
1616
17- - Fabric 1.20.5/1.20.6
17+ - [ Fabric Latest ] ( https://github.com/HypixelDev/FabricModAPI )
1818
1919There are also plans to add support for the following versions before a full release:
2020
@@ -49,13 +49,13 @@ You can then include the dependency in your project.
4949<dependency >
5050 <groupId >net.hypixel</groupId >
5151 <artifactId >mod-api</artifactId >
52- <version >0.3.2 </version >
52+ <version >0.3.3 </version >
5353</dependency >
5454```
5555
5656``` gradle
5757dependencies {
58- implementation 'net.hypixel:mod-api:0.3.2 '
58+ implementation 'net.hypixel:mod-api:0.3.3 '
5959}
6060```
6161
@@ -64,7 +64,7 @@ Depending on your chosen mod loader, you will need to also include the `hypixel-
6464``` json
6565{
6666 "depends" : {
67- "hypixel-mod-api" : " >=0.3.2 "
67+ "hypixel-mod-api" : " >=0.3.3 "
6868 }
6969}
7070```
You can’t perform that action at this time.
0 commit comments