From f27f142d1a7d37919a591ec3a873c71bab26ae81 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 17 Apr 2020 12:52:09 -0400 Subject: [Initial] Verison 0.0.1 --- src/main/resources/fabric.mod.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 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..898a95f --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,32 @@ +{ + "schemaVersion": 1, + "id": "sparkt", + "version": "0.0.1", + + "name": "Sparkt", + "description": "Wires and whatnot!", + "authors": [ + "CCGKyle" + ], + "contact": { + "sources": "https://github.com/CoreChg/Sparkt" + }, + + "license": "MIT", + "icon": "assets/sparkt/icon.png", + + "environment": "*", + "entrypoints": { + "main": [ + "net.corechg.sparkt.SparktInit" + ] + }, + + "depends": { + "fabricloader": ">=0.7.4", + "fabric": "*", + "minecraft": "1.15.x", + + "transit-api": ">=0.10.2" + } +} -- cgit v1.2.3