Skip to content

Commit 82c1b1d

Browse files
authored
Fix cloud-fabric mod ID
1 parent ed64225 commit 82c1b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/minecraft/modded/fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Merge the following into your `fabric.mod.json`:
4343
```json
4444
{
4545
"depends": {
46-
"cloud-fabric": "*"
46+
"cloud": "*"
4747
}
4848
}
4949
```

0 commit comments

Comments
 (0)