Skip to content

Commit ed64225

Browse files
authored
Update Fabric docs to use correct mod ID (#52)
Previously the documentation for the [Fabric](https://fabricmc.net/) Cloud API implementation stated that developers should depend on cloud with a mod-id of `cloud` in their `fabric.mod.json` (https://cloud.incendo.org/minecraft/modded/fabric/#fabricmodjson), however we were informed that the correct mod ID is `cloud-fabric`. This is a simple PR that fixes that.
1 parent 4726673 commit ed64225

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": "*"
46+
"cloud-fabric": "*"
4747
}
4848
}
4949
```

0 commit comments

Comments
 (0)