aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar zml <[email protected]>2020-11-10 14:11:54 -0800
committerLibravatar GitHub <[email protected]>2020-11-10 22:11:54 +0000
commit90cb78d4127924ad97f23f7221c68d3d345f1358 (patch)
tree910c1e26d7b7b276c6d967a38f0233c08f0de038 /src
parentSimply processResources logic & make it compatible with future versions of Gr... (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')
-rw-r--r--src/main/resources/fabric.mod.json2
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": "*"
}
}