From 90cb78d4127924ad97f23f7221c68d3d345f1358 Mon Sep 17 00:00:00 2001
From: zml <zml@aoeu.xyz>
Date: Tue, 10 Nov 2020 14:11:54 -0800
Subject: Modernize Gradle buildscript (#71)

* Modernize gradle buildscript

* Bump yarn/loader/fabric api versions

* Add GH actions to build example mod

* Update in response to feedback
---
 src/main/resources/fabric.mod.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 3762966..df92d8b 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -32,6 +32,6 @@
     "minecraft": "1.16.x"
   },
   "suggests": {
-    "flamingo": "*"
+    "another-mod": "*"
   }
 }
-- 
cgit 1.4.1