File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ Full examples:
3636
3737``` groovy
3838// released versions
39- modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2+1.20.1 ")
40- modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.20.1 ")
41- modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.20.1 ")
39+ modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2+1.19.2 ")
40+ modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.19.2 ")
41+ modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.19.2 ")
4242
4343// bleeding edge builds
44- modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2+1.20.1 -SNAPSHOT")
45- modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.20.1 -SNAPSHOT")
46- modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.20.1 -SNAPSHOT")
44+ modImplementation("gay.object.hexdebug:hexdebug-common:0.1.2+1.19.2 -SNAPSHOT")
45+ modImplementation("gay.object.hexdebug:hexdebug-fabric:0.1.2+1.19.2 -SNAPSHOT")
46+ modImplementation("gay.object.hexdebug:hexdebug-forge:0.1.2+1.19.2 -SNAPSHOT")
4747```
4848
4949Try to avoid using things outside of the ` gay.object.hexdebug.api ` package, since they may change at any time.
You can’t perform that action at this time.
0 commit comments