summaryrefslogtreecommitdiff
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.json32
1 files changed, 32 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..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"
+ }
+}