From cd791a6a17abd4984f1769d6bfde3e91316a4177 Mon Sep 17 00:00:00 2001 From: ioblackshaw <58823778+Enchanted-Games@users.noreply.github.com> Date: Thu, 13 Jun 2024 00:25:43 +0100 Subject: [PATCH] update mod links --- src/main/resources/fabric.mod.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4cb04dd..745b04c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -5,11 +5,12 @@ "name": "Fix Horizontal Camera Lag", "description": "Disconnects the horizontal camera movement from the entity you are riding, eliminating the lag when looking around and riding something.\nFix for MC-259512\n\nWarning: use this at your own risk on multiplayer servers. In most cases you should be fine but this mod may give you a slight advantage because of the nature of what it does. Check with the server owner before using. I am not responsible for any bans given by using this mod.", "authors": [ - "Enchanted_Ga,es" + "Enchanted_Games" ], "contact": { - "homepage": "https://fabricmc.net/", - "sources": "https://github.com/FabricMC/fabric-example-mod" + "homepage": "https://github.com/Enchanted-Games/fix-horizontal-camera-lag", + "sources": "https://github.com/Enchanted-Games/fix-horizontal-camera-lag", + "issues": "https://github.com/Enchanted-Games/fix-horizontal-camera-lag/issues" }, "license": "CC0-1.0", "icon": "assets/eg_fix_horizontal_camera_lag/icon.png",