diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-26 12:34:25 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-26 12:34:25 -0400 |
| commit | 5a0176eb65855e713269101279dabcd1e6ebf889 (patch) | |
| tree | 41b397b3a7f310784c4d8900623f9f0ac31513b1 | |
| parent | 8fa1a2a708aecf6a83ce15943ff27fec35aae72c (diff) | |
| -rw-r--r-- | src/main/resources/fabric.mod.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ee23ba2..5d2cbc0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,10 +5,11 @@ "name": "Frank", "description": "Mod that displays additional info in furnaces.", "authors": [ - "InYourWalls" + "Rosa (evilandqueer)" ], "contact": { - "sources": "https://codeberg.org/inyourwalls/frank" + "issues": "https://codeberg.org/evilandqueer/frank/issues", + "sources": "https://codeberg.org/evilandqueer/frank" }, "license": "MIT", "icon": "assets/frank/icon.png", |
