aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..d02abeb
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,36 @@
+{
+ "schemaVersion": 1,
+ "id": "mcqtt",
+ "version": "${version}",
+
+ "name": "McQTT",
+ "description": "",
+ "authors": [
+ "kompetenzbolzen"
+ ],
+ "contact": {
+ "homepage": "https://fabricmc.net/",
+ "sources": "https://github.com/FabricMC/fabric-example-mod"
+ },
+
+ "license": "",
+ "icon": "assets/modid/icon.png",
+
+ "environment": "server",
+ "entrypoints": {
+ "main": [
+ "re.jag.mcqtt.Mcqtt"
+ ]
+ },
+ "mixins": [
+ "mcqtt.mixins.json"
+ ],
+
+ "depends": {
+ "fabricloader": ">=0.7.4",
+ "minecraft": "1.16.x"
+ },
+ "suggests": {
+ "flamingo": "*"
+ }
+}