Skip to content

Commit

Permalink
Update Fabric docs to use correct mod ID (#52)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Skullians authored Dec 30, 2024
1 parent 4726673 commit ed64225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/minecraft/modded/fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Merge the following into your `fabric.mod.json`:
```json
{
"depends": {
"cloud": "*"
"cloud-fabric": "*"
}
}
```

0 comments on commit ed64225

Please sign in to comment.