Skip to content

Commit 0f9045e

Browse files
Skulliansjpenilla
andauthored
Fix cloud-fabric mod ID (#54)
This PR reverts #52 - the correct mod ID was https://github.com/Incendo/cloud-minecraft-modded/blob/master/cloud-fabric/src/main/resources/fabric.mod.json, thus the old docs were actually correct. <!-- readthedocs-preview incendocloud start --> ---- 📚 Documentation preview 📚: https://incendocloud--54.org.readthedocs.build/en/54/ <!-- readthedocs-preview incendocloud end --> Co-authored-by: Jason Penilla <[email protected]>
1 parent 76fb52f commit 0f9045e

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)