diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-06-20 17:52:51 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-06-20 17:52:51 -0400 |
| commit | 37404c35058e12dce9c083cc7caa22f5f0f46a8c (patch) | |
| tree | 523db1906afe2520bb880b9f63b5d256c88e4640 | |
| parent | 0234e418d928c5114b3fb8fd35374d6fe99d897f (diff) | |
update src urls
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,8 @@ 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://codeberg.org/inyourwalls/frank) and compile it yourself. +[source code](https://git.eviltransgenders.club/~rosa/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 3a3574e..fd7f3ac 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,8 +8,7 @@ "Rosa (evilandqueer)" ], "contact": { - "issues": "https://codeberg.org/evilandqueer/frank/issues", - "sources": "https://codeberg.org/evilandqueer/frank" + "sources": "https://git.eviltransgenders.club/~rosa/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", |
