From 137502b60396712ae4e82554b276896fed09878b Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 28 Jun 2020 12:40:56 -0400 Subject: [PATCH] Opt-In To ModUpdater --- src/main/resources/fabric.mod.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 518a157..07601d4 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,5 +30,11 @@ "fabricloader": ">=0.7.4", "fabric": "*", "minecraft": "1.16.x" + }, + "custom": { + "modupdater": { + "strategy": "curseforge", + "projectID": 373074 + } } }