From 792549e981f5370f07502cab8ca4063e3c76feb9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 13 Apr 2020 11:31:50 +0200 Subject: Initial --- src/main/resources/fabric.mod.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..1da1e01 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,36 @@ +{ + "schemaVersion": 1, + "id": "parquet", + "version": "${version}", + + "name": "Vanilla", + "description": "Who knows", + "authors": [ + "kompetenzbolzen" + ], + "contact": { + "homepage": "https://jag.re/", + "sources": "https://github.com/" + }, + + "license": "", + "icon": "", + + "environment": "*", + "entrypoints": { + "main": [ + "re.jag.parquet.Parquet" + ] + }, + "mixins": [ + "parquet.mixins.json" + ], + + "depends": { + "fabricloader": ">=0.7.4", + "minecraft": "1.15.x" + }, + "suggests": { + "flamingo": "*" + } +} -- cgit v1.2.3