File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ To do that you can use `include` for fabric and the shadow gradle plugin for pap
38
38
``` groovy
39
39
dependencies {
40
40
// For fabric
41
- include modImplementation("top.offsetmonkey538.meshlib:mesh-lib-fabric:1.0.3 +1.21.4")
41
+ include modImplementation("top.offsetmonkey538.meshlib:mesh-lib-fabric:1.0.4 +1.21.4")
42
42
43
43
// For paper
44
- implementation "top.offsetmonkey538.meshlib:mesh-lib-paper:1.0.3 +1.21.4"
44
+ implementation "top.offsetmonkey538.meshlib:mesh-lib-paper:1.0.4 +1.21.4"
45
45
}
46
46
```
47
47
Make sure to use the latest version.
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ minecraft_version = 1.21.4
8
8
netty_version = 4.1.82.Final
9
9
10
10
# Mod Properties
11
- mod_version = 1.0.3
11
+ mod_version = 1.0.4
12
12
supported_minecraft_versions = >=1.19
You can’t perform that action at this time.
0 commit comments