diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -11,8 +11,7 @@ Simple Minecraft mod that displays a bit of extra information in furnaces. The mod can be downloaded from [Modrinth](https://modrinth.com/mod/frank). Alternatively, you can clone the mod -[source code](https://gitlab.com/programmersocks/frank) and compile it -yourself. +[source code](https://codeberg.org/inyourwalls/frank) and compile it yourself. Frank requires [Fabric API](https://modrinth.com/mod/fabric-api). The config screen requires [Mod Menu](https://modrinth.com/mod/modmenu) to be accessed. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7abafec..1163876 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,7 +8,7 @@ "InYourWalls" ], "contact": { - "sources": "https://gitlab.com/programmersocks/frank" + "sources": "https://codeberg.org/inyourwalls/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", |
