diff options
author | zml <zml@aoeu.xyz> | 2020-11-10 14:11:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 22:11:54 +0000 |
commit | 90cb78d4127924ad97f23f7221c68d3d345f1358 (patch) | |
tree | 910c1e26d7b7b276c6d967a38f0233c08f0de038 /src/main/resources/fabric.mod.json | |
parent | 54035654b75dd756d98f89fde179cb49183a6d68 (diff) |
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
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": "*" } } |